diff options
author | Sage Weil <sage@newdream.net> | 2008-10-13 22:32:03 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2008-10-13 22:32:03 +0200 |
commit | 8ba36cd8c85cbd5c7b6e178dbd59d371cc3c4697 (patch) | |
tree | babf455aa14a599147266f0c9942ce9eecda6986 /src/mds/events/ESession.h | |
parent | objecter: ping laggy osds (diff) | |
download | ceph-8ba36cd8c85cbd5c7b6e178dbd59d371cc3c4697.tar.xz ceph-8ba36cd8c85cbd5c7b6e178dbd59d371cc3c4697.zip |
custom assertion handler
Print assertion error to log file, if it is open.
Diffstat (limited to 'src/mds/events/ESession.h')
-rw-r--r-- | src/mds/events/ESession.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mds/events/ESession.h b/src/mds/events/ESession.h index 4e3f2d58239..8771aa1ce73 100644 --- a/src/mds/events/ESession.h +++ b/src/mds/events/ESession.h @@ -15,7 +15,6 @@ #ifndef __MDS_ESESSION_H #define __MDS_ESESSION_H -#include <assert.h> #include "config.h" #include "include/types.h" |