From 2462e61591b7b0340a757087027a81426a833dd9 Mon Sep 17 00:00:00 2001 From: sageweil Date: Mon, 20 Nov 2006 20:52:12 +0000 Subject: [PATCH] desribe_layout possibility git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@961 29311d96-e01e-0410-9327-a35deaab8ce9 --- ceph/client/Client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph/client/Client.h b/ceph/client/Client.h index 2f3ddcd82cca8..1edb0f3b1bc42 100644 --- a/ceph/client/Client.h +++ b/ceph/client/Client.h @@ -579,6 +579,7 @@ protected: int lazyio_propogate(int fd, off_t offset, size_t count); int lazyio_synchronize(int fd, off_t offset, size_t count); + int describe_layout(char *fn, list& result); void ms_handle_failure(Message*, msg_addr_t dest, const entity_inst_t& inst); }; -- 2.39.5