summaryrefslogtreecommitdiff
path: root/include/ipc/state.h
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-24 09:32:54 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-24 09:32:54 +0530
commit7d36403836511ab0745791ce98498cf5112633c1 (patch)
treebb1f998e3ce8fc99a8611dc64d578ca269c56b01 /include/ipc/state.h
parente6cead853d66b4ea9ea8d9c6dba33e5a1720a99d (diff)
fixed the quit commandHEADmaster
Diffstat (limited to 'include/ipc/state.h')
-rw-r--r--include/ipc/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc/state.h b/include/ipc/state.h
index 6a4455d..fc12234 100644
--- a/include/ipc/state.h
+++ b/include/ipc/state.h
@@ -10,6 +10,7 @@
enum {
EVENT_INIT,
+ EVENT_QUIT,
EVENT_STATE_INITIALISED,
EVENT_UCI_STATE_INITIALISED,
EVENT_UCI_RUNNING,