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

⟦46ab21b1f⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Find_Agent, seg_054389, 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 Find_Agent (Agent_Connection : out Orb_Defs.Connection_Id;
                      Agent_Ip : in Orb_Defs.Host_Id;
                      Agent_Socket : in Orb_Defs.Socket_Id;
                      Agent_Number : out Service_Manager_Defs.Number_Of_Agent;
                      Error : out Boolean) is  
    Iterateur, N : Service_Manager_Defs.Number_Of_Agent :=
       Service_Manager_Defs.Number_Of_Agent'First;
    use Orb_Defs;
begin
    for Iterateur in Service_Manager_Defs.Number_Of_Agent loop
        N := Iterateur;
        exit when (Agent_Table (Iterateur).Agent_Ip = Agent_Ip) and
                     (Agent_Table (Iterateur).Agent_Socket = Agent_Socket);  
    end loop;
    if Agent_Table (N).Agent_Ip = Agent_Ip and
       Agent_Table (N).Agent_Socket = Agent_Socket then
        Agent_Number := Iterateur;
        Agent_Connection := Agent_Table (N).Agent_Connection;
        Error := False;
    else
        Agent_Number := Service_Manager_Defs.Number_Of_Agent'Last;
        Error := True;
    end if;
end Find_Agent;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=17 rec1=00 rec2=01 rec3=02e
        [0x01] rec0=05 rec1=00 rec2=02 rec3=001
    tail 0x2154cf5a087b6562bfdd3 0x42a00088462060003