Annotation of researchv9/include/dkmgr.h, revision 1.1

1.1     ! root        1: 
        !             2: 
        !             3: /*
        !             4:  * structure returned by dkmgr()
        !             5:  * for an incoming call from datakit
        !             6:  */
        !             7: 
        !             8: struct mgrmsg {
        !             9:        short   m_chan ;                /* chanel number of call */
        !            10:        short   m_tstamp ;              /* time stamp of msg from controller */
        !            11:        short   m_traffic ;             /* traffic type requested */
        !            12:        char *  m_dial ;                /* pointer to dialstring */
        !            13:        char *  m_service ;             /* pointer to service name requested */
        !            14:        char *  m_source ;              /* pointer to source-id of call */
        !            15:        char *  m_origin ;              /* pointer to node.mod.chan */
        !            16:        char *  m_uid ;                 /* pointer to userid string from source */
        !            17:        char *  m_param1 ;              /* pointer to first param from source */
        !            18:        char *  m_param2 ;              /* pointer to second */
        !            19: } ;
        !            20: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.