Annotation of researchv9/jerq/src/sysmon/msg.h, revision 1.1.1.1

1.1       root        1: /* messages between sysmon and sysmond */
                      2: 
                      3: /* a mail header */
                      4: #define MAXMAIL 64
                      5: 
                      6: /* the message sent */
                      7: struct msg {
                      8:     int size;
                      9:     int tag;                   /* see below */
                     10:     union {
                     11:        struct ld load;
                     12:        char mail[MAXMAIL];
                     13:     } u;
                     14: };
                     15: 
                     16: /* tag values */
                     17: #define MAIL 0
                     18: #define LOAD 1

unix.superglobalmegacorp.com

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