]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cobserver: accidentaly removed a line
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 9 Dec 2008 22:23:38 +0000 (14:23 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 9 Dec 2008 22:23:38 +0000 (14:23 -0800)
src/cobserver.cc

index 06363f804703b65591e366b7ecfaab2d0ea73255..23c702fc6f44a356699cca62ab15e6cf54997f27 100644 (file)
@@ -65,6 +65,8 @@ int same = 0;
 const char *prefix[4] = { "mds", "osd", "pg", "client" };
 map<string,string> status;
 
+SafeTimer timer(lock);
+
 int lines = 0;
 
 void handle_notify(MMonObserveNotify *notify)