]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/plr/server/src/fault_handlers/observer.cc
update
[l4.git] / l4 / pkg / plr / server / src / fault_handlers / observer.cc
index bf2560d72c936e6f3af24c842a2ddba09833837a..17aeac0afef6c5e164c2811149eed11d74c4020e 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * observer.cc --
+ *
+ *    General fault observer functions
+ *
+ * (c) 2011-2013 Björn Döbel <doebel@os.inf.tu-dresden.de>,
+ *     economic rights: Technische Universität Dresden (Germany)
+ * This file is part of TUD:OS and distributed under the terms of the
+ * GNU General Public License 2.
+ * Please see the COPYING-GPL-2 file for details.
+ */
+
 #include "observers.h"
 #include "../configuration"
 
@@ -19,6 +31,8 @@ Romain::ObserverFactory::CreateObserver(char const *name)
        CASE("swifi",      SWIFIObserver::Create());
        CASE("kip-time",   KIPTimeObserver::Create());
        CASE("trap_limit", TrapLimitObserver::Create());
+       CASE("threads",    PThreadLockObserver::Create());
+       CASE("replicalog", new ReplicaLogObserver());
 
 #if 0
        if (strcmp(name, "gdb") == 0) {