]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
Fixed recursive 'splat' in the actors table
[user/henk/code/inspircd.git] / include / ctables.h
index fb96b9ef69e5a5ad7a2e242386c96c2970e0af06..5926f3a2a2f76c2926555503f205a564b690d817 100644 (file)
@@ -44,6 +44,9 @@ class command_t : public Extensible
        /** used by /stats m
         */
        long total_bytes;
+       /** used for resource tracking between modules
+        */
+       char source[MAXBUF];
 };
 
 #endif