|
|
1.1 root 1: /*
2: * Character-driven machine for Jerq to Unix communication.
3: * Usual format is: [command][data]
4: */
5:
6: #define C_SENDCHAR 1 /* Send character to layer process (delim implicit) */
7: #define C_NEW 2 /* Create new layer process group */
8: #define C_UNBLK 3 /* Unblock layer process */
9: #define C_DELETE 4 /* Delete layer process group */
10: #define C_EXIT 5 /* Exit */
11: #define C_DELIM 6 /* Send delimiter message to stream */
12: #define C_SENDNCHARS 7 /* Send several characters to layer proc. (delim explicit) */
13: #define C_RESHAPE 8 /* Layer has been reshaped */
14: #define C_KILL 9 /* Send signal to pgrp */
15: #define C_PUSHLD 10 /* Push line discipline onto stream */
16: #define C_POPLD 11 /* Pop line discipline from stream */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.