Set exit status for --monitor errors (#67).

This commit is contained in:
Andrew Wood
2026-03-14 22:33:52 +00:00
parent 220625f370
commit bd70b0c6cb
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ extern "C" {
*/
#define PV_ERROREXIT_REMOTE_OR_PID 1
#define PV_ERROREXIT_SAF 1 /* store and forward error */
#define PV_ERROREXIT_MONITOR 1 /* monitor mode error */
#define PV_ERROREXIT_ACCESS 2
#define PV_ERROREXIT_OUROBOROS 4
#define PV_ERROREXIT_TRANSITION 8