diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2014-12-19 16:36:25 +0530 |
---|---|---|
committer | Krishnan Parthasarathi <kparthas@redhat.com> | 2014-12-28 22:59:36 -0800 |
commit | 41e0e325aa7733285733fb00230fdaafdc80c25a (patch) | |
tree | 38196c3a5cb83b1db9df1a9b311db990aabfb2bb /xlators/mgmt/glusterd/src/glusterd-statedump.h | |
parent | f7a8bd08c80a33a9e2459b47e203a8bc841abc54 (diff) |
glusterd: Move statedump utils into a new file.
Change-Id: I1bf26c9d294e95f7b82cfc7a96f9d5575f5e0362
BUG: 1176770
Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com>
Reviewed-on: http://review.gluster.org/9313
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-statedump.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-statedump.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-statedump.h b/xlators/mgmt/glusterd/src/glusterd-statedump.h new file mode 100644 index 00000000000..9917560b542 --- /dev/null +++ b/xlators/mgmt/glusterd/src/glusterd-statedump.h @@ -0,0 +1,23 @@ +/* + Copyright (c) 2014 Red Hat, Inc. <http://www.redhat.com> + This file is part of GlusterFS. + + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. +*/ + +#ifndef _GLUSTERD_STATEDUMP_H_ +#define _GLUSTERD_STATEDUMP_H_ + +#ifndef _CONFIG_H +#define _CONFIG_H +#include "config.h" +#endif + +#include "xlator.h" + +int +glusterd_dump_priv (xlator_t *this); +#endif |