diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-svc-mgmt.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-svc-mgmt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-svc-mgmt.h b/xlators/mgmt/glusterd/src/glusterd-svc-mgmt.h index fbc522549e0..5a5466a9b0f 100644 --- a/xlators/mgmt/glusterd/src/glusterd-svc-mgmt.h +++ b/xlators/mgmt/glusterd/src/glusterd-svc-mgmt.h @@ -74,6 +74,10 @@ glusterd_svc_build_volfile_path(char *server, char *workdir, char *volfile, size_t len); void +glusterd_svc_build_logfile_path(char *server, char *logdir, char *logfile, + size_t len); + +void glusterd_svc_build_svcdir(char *server, char *workdir, char *path, size_t len); void |