From: Yehuda Sadeh Date: Tue, 9 Dec 2008 22:23:38 +0000 (-0800) Subject: cobserver: accidentaly removed a line X-Git-Tag: v0.6~132 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=202f8cdec9a5d819a18d8229d53a883a79463656;p=ceph.git cobserver: accidentaly removed a line --- diff --git a/src/cobserver.cc b/src/cobserver.cc index 06363f804703..23c702fc6f44 100644 --- a/src/cobserver.cc +++ b/src/cobserver.cc @@ -65,6 +65,8 @@ int same = 0; const char *prefix[4] = { "mds", "osd", "pg", "client" }; map status; +SafeTimer timer(lock); + int lines = 0; void handle_notify(MMonObserveNotify *notify)