diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 17:04:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 17:04:04 +0000 |
commit | 211b24ba8cf6e21f435f145b0366adc8a3b62460 (patch) | |
tree | 8119f965d57ad163f57c220ff8e11ca772184419 /include/ctables.h | |
parent | e4a08d44617d8b46f58a0e110ffcf7f8df29a56f (diff) |
Started work on /UNLOADMODULE, resource tracking and flags in Version class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@999 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 3 |
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 |