Add an action type for query mode, and more TODOs to plan how it will work (#101).
This commit is contained in:
@@ -30,7 +30,8 @@ typedef enum {
|
||||
PV_ACTION_NOTHING, /* do nothing, and exit */
|
||||
PV_ACTION_TRANSFER, /* transfer data */
|
||||
PV_ACTION_STORE_AND_FORWARD, /* store to file, then output from it */
|
||||
PV_ACTION_WATCHFD /* watch process file descriptors */
|
||||
PV_ACTION_WATCHFD, /* watch process file descriptors */
|
||||
PV_ACTION_QUERY /* watch the state of another pv */
|
||||
} pvaction_t;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user