Add an action type for query mode, and more TODOs to plan how it will work (#101).

This commit is contained in:
Andrew Wood
2025-10-21 22:11:10 +01:00
parent d27672b7a3
commit 9bd96614b3
3 changed files with 36 additions and 6 deletions
+2 -1
View File
@@ -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;
/*