]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/cephfs/mock_cephfs.pxi
import ceph pacific 16.2.5
[ceph.git] / ceph / src / pybind / cephfs / mock_cephfs.pxi
index c871b8b353b3890871dac195239bb4f6f2a6add0..1dec0d50d5476584c5f8de812b56628ce33fa019 100644 (file)
@@ -55,6 +55,8 @@ cdef nogil:
 
     int ceph_getaddrs(ceph_mount_info* cmount, char** addrs):
         pass
+    int64_t ceph_get_fs_cid(ceph_mount_info *cmount):
+        pass
     int ceph_conf_read_file(ceph_mount_info *cmount, const char *path_list):
         pass
     int ceph_conf_parse_argv(ceph_mount_info *cmount, int argc, const char **argv):
@@ -63,6 +65,8 @@ cdef nogil:
         pass
     int ceph_conf_set(ceph_mount_info *cmount, const char *option, const char *value):
         pass
+    int ceph_set_mount_timeout(ceph_mount_info *cmount, uint32_t timeout):
+        pass
 
     int ceph_mount(ceph_mount_info *cmount, const char *root):
         pass