From ccf9ef918b26c0c95da0351cc69d34ae9ef5d396 Mon Sep 17 00:00:00 2001 From: patiencew Date: Tue, 16 Oct 2007 19:17:20 +0000 Subject: [PATCH] builds now, still need much work git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1952 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/kernel/kmsg.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/trunk/ceph/kernel/kmsg.h b/trunk/ceph/kernel/kmsg.h index e627790bc2daf..512ed669b0a39 100644 --- a/trunk/ceph/kernel/kmsg.h +++ b/trunk/ceph/kernel/kmsg.h @@ -3,16 +3,9 @@ #include #include -#include +#include #include "ceph_kthread.h" -/* - * function prototypes - */ -void ceph_read_message(ceph_message *message ); -void ceph_write_message(ceph_message *message ); -void ceph_client_dispatch(void *fs_client, struct ceph_message *message ); -void queue_message(ceph_message *); struct ceph_kthreadpool *msg_threadpool; /* thread pool */ @@ -47,3 +40,12 @@ struct ceph_kmsg_pipe { /* .. or something like that? .. */ }; + +/* + * function prototypes + */ +void ceph_read_message(struct ceph_message *message); +void ceph_write_message(struct ceph_message *message); +void ceph_client_dispatch(void *fs_client, struct ceph_message *message ); +void queue_message(struct ceph_message *message); +#endif -- 2.39.5