~ubuntu-branches/ubuntu/trusty/ceph/trusty-updates

« back to all changes in this revision

Viewing changes to src/messages/MGetPoolStatsReply.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-04-09 11:14:03 UTC
  • mfrom: (1.1.33)
  • Revision ID: package-import@ubuntu.com-20140409111403-jlql95pa8kg1nk9a
Tags: 0.79-0ubuntu1
* New upstream release (LP: #1278466):
  - d/p/modules.patch: Refreshed.
  - d/ceph.install: Install all jerasure modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  map<string,pool_stat_t> pool_stats;
25
25
 
26
26
  MGetPoolStatsReply() : PaxosServiceMessage(MSG_GETPOOLSTATSREPLY, 0) {}
27
 
  MGetPoolStatsReply(uuid_d& f, tid_t t, version_t v) :
 
27
  MGetPoolStatsReply(uuid_d& f, ceph_tid_t t, version_t v) :
28
28
    PaxosServiceMessage(MSG_GETPOOLSTATSREPLY, v),
29
29
    fsid(f) {
30
30
    set_tid(t);