summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-master.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/glfs-master.c')
-rw-r--r--api/src/glfs-master.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/src/glfs-master.c b/api/src/glfs-master.c
index 0e54719d72c..dfce2f9b78c 100644
--- a/api/src/glfs-master.c
+++ b/api/src/glfs-master.c
@@ -113,6 +113,9 @@ notify (xlator_t *this, int event, void *data, ...)
break;
case GF_EVENT_CHILD_CONNECTING:
break;
+ case GF_EVENT_UPCALL:
+ glfs_process_upcall_event (fs, data);
+ break;
default:
gf_log (this->name, GF_LOG_DEBUG,
"got notify event %d", event);