X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Finclude%2Frados%2Frados_types.h;fp=src%2Fceph%2Fsrc%2Finclude%2Frados%2Frados_types.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=5156b7562fa05b506a452a5047f3007807575c00;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/include/rados/rados_types.h b/src/ceph/src/include/rados/rados_types.h deleted file mode 100644 index 5156b75..0000000 --- a/src/ceph/src/include/rados/rados_types.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef CEPH_RADOS_TYPES_H -#define CEPH_RADOS_TYPES_H - -#include - -/** - * @struct obj_watch_t - * One item from list_watchers - */ -struct obj_watch_t { - char addr[256]; - int64_t watcher_id; - uint64_t cookie; - uint32_t timeout_seconds; -}; - -/** - * @defines - * - * Pass as nspace argument to rados_ioctx_set_namespace() - * before calling rados_nobjects_list_open() to return - * all objects in all namespaces. - */ -#define LIBRADOS_ALL_NSPACES "\001" - -#endif