From a95f0f21c8a990f4b9861ba767df07c98e048462 Mon Sep 17 00:00:00 2001 From: patiencew Date: Tue, 16 Oct 2007 19:30:43 +0000 Subject: [PATCH] syntax fixes builds now git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1954 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/kernel/monmap.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trunk/ceph/kernel/monmap.h b/trunk/ceph/kernel/monmap.h index b19794515b633..2f60c8a0c3436 100644 --- a/trunk/ceph/kernel/monmap.h +++ b/trunk/ceph/kernel/monmap.h @@ -1,6 +1,8 @@ #ifndef _FS_CEPH_MONMAP_H #define _FS_CEPH_MONMAP_H +#include + /* * monitor map */ @@ -11,7 +13,7 @@ struct ceph_monmap { struct ceph_entity_inst m_mon_inst; }; -extern int ceph_monmap_pick_mon(ceph_monmap *m); -extern int ceph_monmap_decode(ceph_monmap *m, iovec *v); +extern int ceph_monmap_pick_mon(struct ceph_monmap *m); +extern int ceph_monmap_decode(struct ceph_monmap *m, struct kvec *v); #endif -- 2.39.5