summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/event.h')
-rw-r--r--libglusterfs/src/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/event.h b/libglusterfs/src/event.h
index b01ef24bb8e..8253034680c 100644
--- a/libglusterfs/src/event.h
+++ b/libglusterfs/src/event.h
@@ -57,6 +57,7 @@ struct event_pool {
* and live status */
int destroy;
int activethreadcount;
+ char dispatched; /* Is set if event_dispatch was called */
};
struct event_ops {