Allow separate stacks registration through services operation
[anna.git] / include / anna / core / oam / Module.hpp
index 533eaad..520bef2 100644 (file)
@@ -224,6 +224,10 @@ public:
    */
   virtual ~Module();
 
+  /**
+  * Number of scopes registered
+  */
+  int scopes() const { return a_scopes.size(); }
 
   /**
   * Enable all the counters registered in this module (enabled by default at constructor).