summaryrefslogtreecommitdiffstats
path: root/gluster/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/api.py')
-rwxr-xr-xgluster/api.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/gluster/api.py b/gluster/api.py
index e2e2966..c440de6 100755
--- a/gluster/api.py
+++ b/gluster/api.py
@@ -419,6 +419,12 @@ glfs_readdir_r = gfapi_prototype('glfs_readdir_r', ctypes.c_int,
ctypes.POINTER(Dirent),
ctypes.POINTER(ctypes.POINTER(Dirent)))
+glfs_readdirplus_r = gfapi_prototype('glfs_readdirplus_r', ctypes.c_int,
+ ctypes.c_void_p,
+ ctypes.POINTER(Stat),
+ ctypes.POINTER(Dirent),
+ ctypes.POINTER(ctypes.POINTER(Dirent)))
+
glfs_closedir = gfapi_prototype('glfs_closedir', ctypes.c_int,
ctypes.c_void_p)