From 6f91c9dc86be9c10467ccb5bc3edde2c5d767b9f Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:35:32 -0700 Subject: libglusterfsclient: Add VMP-based mkfifo Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') 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 -- cgit