~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/messages/MOSDPGBackfill.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    ::decode(pgid, p);
49
49
    ::decode(last_backfill, p);
50
50
    ::decode(stats, p);
 
51
 
 
52
    // Handle hobject_t format change
 
53
    if (!last_backfill.is_max() &&
 
54
        last_backfill.pool == -1)
 
55
      last_backfill.pool = pgid.pool();
51
56
  }
52
57
 
53
58
  virtual void encode_payload(uint64_t features) {