summaryrefslogtreecommitdiff
path: root/include/ctables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ctables.h')
-rw-r--r--include/ctables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ctables.h b/include/ctables.h
index 7bd73448c..d112e885c 100644
--- a/include/ctables.h
+++ b/include/ctables.h
@@ -72,10 +72,10 @@ class CoreExport command_t : public Extensible
int min_params;
/** used by /stats m
*/
- long use_count;
+ long double use_count;
/** used by /stats m
*/
- float total_bytes;
+ long double total_bytes;
/** used for resource tracking between modules
*/
std::string source;