about summary refs log tree commit homepage
path: root/cmogstored.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmogstored.h')
-rw-r--r--cmogstored.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmogstored.h b/cmogstored.h
index 769825b..2fe0f05 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -246,8 +246,8 @@ enum mog_fd_type {
         MOG_FD_TYPE_HTTPGET,
         MOG_FD_TYPE_MGMT,
         MOG_FD_TYPE_IOSTAT,
-        MOG_FD_TYPE_NOTIFYRD,
-        MOG_FD_TYPE_NOTIFYWR,
+        MOG_FD_TYPE_SELFWAKE,
+        MOG_FD_TYPE_SELFPIPE,
         MOG_FD_TYPE_ACCEPT,
         MOG_FD_TYPE_FILE,
         MOG_FD_TYPE_QUEUE,
@@ -264,8 +264,8 @@ struct mog_fd {
                 struct mog_mgmt mgmt;
                 struct mog_http http;
                 struct mog_iostat iostat;
-                struct mog_notifyrd notifyrd;
-                struct mog_notifywr notifywr;
+                struct mog_selfwake selfwake;
+                struct mog_selfpipe selfpipe;
                 struct mog_file file;
                 struct mog_queue queue;
                 struct mog_svc *svc;