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

« back to all changes in this revision

Viewing changes to src/osd/OSD.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-27 08:23:21 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120827082321-2cfej6ddvk63vsqq
Tags: upstream-0.48.1
ImportĀ upstreamĀ versionĀ 0.48.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
481
481
                       C_Contexts **pfin);
482
482
  
483
483
  void load_pgs();
 
484
  void build_past_intervals_parallel();
 
485
 
484
486
  void calc_priors_during(pg_t pgid, epoch_t start, epoch_t end, set<int>& pset);
485
487
  void project_pg_history(pg_t pgid, pg_history_t& h, epoch_t from,
486
488
                          vector<int>& lastup, vector<int>& lastacting);