diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-16 23:57:24 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-17 13:44:08 +0530 |
commit | 933c3eee81f843db1fb8a2eda491d49cfc04efea (patch) | |
tree | c5ceb9b3e86f2a2b4dfb2d6170fa02f719bd7bdf /libglusterfsclient/src/libglusterfsclient.h | |
parent | 169976dfafeb714f3c94b9a2f635f36759334b9c (diff) |
libglusterfsclient: Add mknod API
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 516a03a0891..d541da0e96e 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -221,6 +221,10 @@ int glusterfs_getdents (glusterfs_dir_t fd, struct dirent *dirp, unsigned int count); +int +glusterfs_mknod(glusterfs_handle_t handle, const char *pathname, mode_t mode, + dev_t dev); + /* FIXME: review the need for these apis */ /* added for log related initialization in booster fork implementation */ void |