diff options
Diffstat (limited to 'libglusterfs/src/globals.h')
-rw-r--r-- | libglusterfs/src/globals.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 96a11362372..665ec55e4bb 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -40,6 +40,8 @@ glusterfs_ctx_t *glusterfs_ctx_get (); /* THIS */ #define THIS (*__glusterfs_this_location()) +#define GF_UUID_BUF_SIZE 50 + xlator_t **__glusterfs_this_location (); xlator_t *glusterfs_this_get (); int glusterfs_this_set (xlator_t *); @@ -54,6 +56,9 @@ void glusterfs_central_log_flag_unset (); void *synctask_get (); int synctask_set (void *); +/* uuid_buf */ +char *glusterfs_uuid_buf_get(); + /* init */ int glusterfs_globals_init (void); |