|
|
1.1 ! root 1: /* ! 2: * Character-driven state machine information for Jerq to Unix communication. ! 3: */ ! 4: ! 5: #define C_SENDCHAR 1 /* Send character to layer process */ ! 6: #define C_NEW 2 /* Create new layer process group */ ! 7: #define C_UNBLK 3 /* Unblock layer process */ ! 8: #define C_DELETE 4 /* Delete layer process group */ ! 9: #define C_EXIT 5 /* Exit */ ! 10: #define C_BRAINDEATH 6 /* Send terminate signal to proc. group */ ! 11: #define C_SENDNCHARS 7 /* Send several characters to layer proc. */ ! 12: #define C_RESHAPE 8 /* Layer has been reshaped */ ! 13: ! 14: /* ! 15: * SENDCHAR goes through canon, SENDNCHARS does not. ! 16: * Usual format is: [command][data] ! 17: */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.