source: tags/initial/NAMES/names.h

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 313 bytes
Line 
1#define MAX_TRY 10
2                // Live time of a name server in milliseconds
3#define TIME_OUT (1000*60*10)
4
5struct Hs_struct;
6struct AN_gl_struct {
7        aisc_com        *cl_link;
8        struct Hs_struct                *server_communication;
9        T_AN_MAIN       cl_main;
10        char            *server_name;
11        };
12extern struct AN_gl_struct AN_global;
13
14
15extern AN_main *aisc_main;
Note: See TracBrowser for help on using the repository browser.