summaryrefslogtreecommitdiffstats
path: root/src/messages/MGetPoolStats.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* message: mark message classes "final"Kefu Chai2020-11-161-1/+1
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* osdc: Asiofact the ObjecterAdam C. Emerson2020-05-151-2/+2
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-221-2/+2
* osdc: Asiofact the ObjecterAdam C. Emerson2019-11-041-2/+2
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-5/+3
* messages: Update MGetPoolStats.h to work without using namespaceAdam C. Emerson2019-03-291-3/+3
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-6/+3
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-0/+5
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-4/+6
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* moved to use boost uuid implementation, based on commit 4fe89a7b14c97b2ed7f35...Rohan Mars2015-08-191-2/+0
* Change tid_t to ceph_tid_t to avoid conflicts with a popular typeDan Mick2014-03-191-1/+1
* msg: go const-crazy on messagesSage Weil2012-01-301-2/+2
* msg: no cct for decode_payloadSage Weil2012-01-301-1/+1
* msg: no cct needed for message encodingSage Weil2012-01-301-1/+1
* msg: pass features explicitly into message encodersSage Weil2012-01-301-1/+1
* use libuuid for fsidSage Weil2011-11-121-2/+4
* msg: remove globalsColin Patrick McCabe2011-06-211-2/+2
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* Merge branch 'msgr' into unstableSage Weil2010-04-231-0/+4
|\
| * msg: MGetPoolStats has a private destructorGreg Farnum2010-03-311-0/+4
* | librados: move c++ api into librados.hpp; more type cleanupSage Weil2010-04-091-2/+2
|/
* msgr: put tid in ceph_msg_header (protocol change)Sage Weil2009-12-221-5/+4
* msgs: clean up v in message printsSage Weil2009-06-271-1/+1
* mds, objecter, ceph: use MonClientSage Weil2009-06-271-1/+1
* messages: Clean up of PaxosServiceMessages, and some fixes for their users.Greg Farnum2009-06-251-1/+1
* mon/msg: PThey mostly hold version_t's now. Unused, though.Greg Farnum2009-06-241-4/+8
* rados: add new headersSage Weil2009-06-111-0/+48