mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-27 16:51:41 +08:00
Add subscription functionalities in syntool #4715
This commit is contained in:
@@ -147,9 +147,10 @@
|
||||
#include <string.h>
|
||||
|
||||
enum {
|
||||
kExitSuccess = 0, // successful completion
|
||||
kExitFailed = 1, // general failure
|
||||
kExitTerminated = 2, // killed by signal
|
||||
kExitArgs = 3, // bad arguments
|
||||
kExitConfig = 4 // cannot read configuration
|
||||
kExitSuccess = 0, // successful completion
|
||||
kExitFailed = 1, // general failure
|
||||
kExitTerminated = 2, // killed by signal
|
||||
kExitArgs = 3, // bad arguments
|
||||
kExitConfig = 4, // cannot read configuration
|
||||
kExitSubscription = 5 // subscription error
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user