summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-04-20 12:35:32 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-21 12:50:06 +0530
commit6f91c9dc86be9c10467ccb5bc3edde2c5d767b9f (patch)
treefedcf6a96e964c5e1bcb0fe3d58d7011b5225ad3 /libglusterfsclient/src/libglusterfsclient.h
parentbcc9a67fc22147f54a27a81ee35f4c081a0e6b73 (diff)
libglusterfsclient: Add VMP-based mkfifo
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 90cdc83e206..b9afe4824fc 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -318,6 +318,13 @@ glusterfs_glh_utime (glusterfs_handle_t handle, const char *path,
int
glusterfs_utime (const char *path, const struct utimbuf *buf);
+
+int
+glusterfs_glh_mkfifo (glusterfs_handle_t handle, const char *path,
+ mode_t mode);
+
+int
+glusterfs_mkfifo (const char *path, mode_t mode);
/* FIXME: review the need for these apis */
/* added for log related initialization in booster fork implementation */
void