]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/cls/queue/cls_queue_src.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / cls / queue / cls_queue_src.h
index 9111f1f0409c92e376e159d9f08dcffe1f4b9068..9970b98ea7cf6c9fef05c3ca22e9885f891b98ba 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef CEPH_CLS_QUEUE_SRC_H
 #define CEPH_CLS_QUEUE_SRC_H
 
+#include "objclass/objclass.h"
+#include "cls/queue/cls_queue_types.h"
+#include "cls/queue/cls_queue_ops.h"
+
 int queue_write_head(cls_method_context_t hctx, cls_queue_head& head);
 int queue_read_head(cls_method_context_t hctx, cls_queue_head& head);
 int queue_init(cls_method_context_t hctx, const cls_queue_init_op& op);
@@ -9,4 +13,4 @@ int queue_enqueue(cls_method_context_t hctx, cls_queue_enqueue_op& op, cls_queue
 int queue_list_entries(cls_method_context_t hctx, const cls_queue_list_op& op, cls_queue_list_ret& op_ret, cls_queue_head& head);
 int queue_remove_entries(cls_method_context_t hctx, const cls_queue_remove_op& op, cls_queue_head& head);
 
-#endif /* CEPH_CLS_QUEUE_SRC_H */
\ No newline at end of file
+#endif /* CEPH_CLS_QUEUE_SRC_H */