DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦1fdd4b6a9⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Add_Agent, seg_056e17, separate Agent_Toolbox

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



separate (Agent_Toolbox)
procedure Add_Agent (Agent_Name : in Orb_Defs.Name;
                     Agent_Number : out Service_Manager_Defs.Number_Of_Agent;  
                     Agent_Connection : in Orb_Defs.Connection_Id;
                     Agent_Ip : in Orb_Defs.Host_Id;
                     Agent_Socket : in Orb_Defs.Socket_Id;
                     Error : out Boolean) is
    N : Service_Manager_Defs.Number_Of_Agent :=
       Service_Manager_Defs.Number_Of_Agent'Last;
    Iterateur : Service_Manager_Defs.Number_Of_Agent;
begin  
    for Iterateur in Service_Manager_Defs.Number_Of_Agent loop
        N := Iterateur;
        exit when Agent_Table (Iterateur).Exist = False;
    end loop;
    if Agent_Table (N).Exist = False then  
        Agent_Table (N).Agent_Name := Agent_Name;
        Agent_Table (N).Agent_Connection := Agent_Connection;
        Agent_Table (N).Agent_Ip := Agent_Ip;
        Agent_Table (N).Agent_Socket := Agent_Socket;
        Agent_Table (N).Exist := True;
        Agent_Table (N).Status := Service_Manager_Defs.Ok;
        Agent_Number := N;
        Error := False;  
    else  
        Agent_Number := Service_Manager_Defs.Number_Of_Agent'Last;
        Error := True;  
    end if;
end Add_Agent;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=16 rec1=00 rec2=01 rec3=026
        [0x01] rec0=0a rec1=00 rec2=02 rec3=001
    tail 0x2154dd93c87c570c8d23c 0x42a00088462060003