summaryrefslogtreecommitdiff
path: root/include/ctables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ctables.h')
-rw-r--r--include/ctables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ctables.h b/include/ctables.h
index fb96b9ef6..5926f3a2a 100644
--- a/include/ctables.h
+++ b/include/ctables.h
@@ -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