~ubuntu-branches/ubuntu/precise/ceph/precise-proposed

« back to all changes in this revision

Viewing changes to src/mon/LogMonitor.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2011-04-25 10:09:05 UTC
  • mfrom: (1.1.3 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110425100905-exm7dfvi2v5ick02
Tags: 0.27-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "msg/Messenger.h"
24
24
#include "PaxosService.h"
25
25
 
26
 
#include "include/LogEntry.h"
 
26
#include "common/LogEntry.h"
27
27
 
28
28
class MMonCommand;
29
29
class MLog;