In file include/snoop.h:typedef struct BSProc
Process node in the global data.
-
key_t watcher
- Who's watching, if anyone?
-
List entries
- List of BSLogEntry structures
-
char log[200]
- Filename of the log.
Documentation
Process node in the global data.
key_t watcher
-
Who's watching, if anyone?
This is the key of a message queue to post log
entries to. The watcher will clear this field
when exiting.
List entries
-
List of BSLogEntry structures
char log[200]
-
Filename of the log.
This is renamed with a .log appended to the filename
when the watched process exits.
- Author:
- Ronny Bangsund
Alphabetic index
This page was generated with the help of DOC++.