diff options
Diffstat (limited to 'libglusterfs/src/globals.c')
-rw-r--r-- | libglusterfs/src/globals.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/globals.c b/libglusterfs/src/globals.c index 68a843b25..cdb561de1 100644 --- a/libglusterfs/src/globals.c +++ b/libglusterfs/src/globals.c @@ -87,6 +87,7 @@ glusterfs_this_init () global_xlator.name = "glusterfs"; global_xlator.type = "global"; + global_xlator.ctx = glusterfs_ctx; return ret; } |