servlib/bundling/BundleEvent.h
changeset 5 1849bf57d910
parent 0 2b3e5ec03512
--- a/servlib/bundling/BundleEvent.h	Wed May 04 15:44:40 2011 +0100
+++ b/servlib/bundling/BundleEvent.h	Fri May 27 18:33:25 2011 +0100
@@ -216,7 +216,8 @@
     EVENTSRC_STORE  = 3,        ///< the data store
     EVENTSRC_ADMIN  = 4,        ///< the admin logic
     EVENTSRC_FRAGMENTATION = 5, ///< the fragmentation engine
-    EVENTSRC_ROUTER = 6         ///< the routing logic
+    EVENTSRC_ROUTER = 6,        ///< the routing logic
+    EVENTSRC_CACHE  = 7         ///< the BPQ cache
 } event_source_t;
 
 /**
@@ -234,6 +235,7 @@
     case EVENTSRC_ADMIN:            return "admin";
     case EVENTSRC_FRAGMENTATION:    return "fragmentation";
     case EVENTSRC_ROUTER:           return "router";
+    case EVENTSRC_CACHE:            return "cache";
 
     default:                        return "(invalid source type)";
     }