summaryrefslogtreecommitdiffstats
path: root/gluster/gfapi/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/gfapi/api.py')
-rw-r--r--gluster/gfapi/api.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/gluster/gfapi/api.py b/gluster/gfapi/api.py
index 971e98c..e4f0b14 100644
--- a/gluster/gfapi/api.py
+++ b/gluster/gfapi/api.py
@@ -515,3 +515,9 @@ glfs_get_volumeid = gfapi_prototype('glfs_get_volumeid', ctypes.c_int,
ctypes.c_void_p,
ctypes.c_char_p,
ctypes.c_size_t)
+
+glfs_mknod = gfapi_prototype('glfs_mknod', ctypes.c_int,
+ ctypes.c_void_p,
+ ctypes.c_char_p,
+ ctypes.c_uint32,
+ ctypes.c_uint32)