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

« back to all changes in this revision

Viewing changes to src/common/LogEntry.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:
32
32
  CLOG_ERROR = 4,
33
33
} clog_type;
34
34
 
 
35
/*
 
36
 * Given a clog log_type, return the equivalent syslog priority
 
37
 */
 
38
int clog_type_to_syslog_prio(clog_type t);
 
39
 
 
40
 
35
41
struct LogEntryKey {
36
42
  entity_inst_t who;
37
43
  utime_t stamp;