diff options
author | Pranith K <pranithk@gluster.com> | 2011-03-10 02:18:44 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-10 08:09:36 -0800 |
commit | 332508e8e3b5cd2ffe1c68e496d294d4fef2dea4 (patch) | |
tree | 39ab0d4f6c5d9ed3da80ccfd53ae4be8ebd8833b /libglusterfs | |
parent | d23585307a0e333c9b1ff627df4c7e30b3642201 (diff) |
debug/io-stats: Changes for handling gluster profile
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1965 (need a cmd to get io-stat details)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1965
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 97f31961a2e..820ba831a1d 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -343,6 +343,7 @@ typedef enum { GF_EVENT_TRANSPORT_CONNECTED, GF_EVENT_VOLFILE_MODIFIED, GF_EVENT_GRAPH_NEW, + GF_EVENT_TRANSLATOR_INFO, GF_EVENT_MAXVAL, } glusterfs_event_t; |