Skip to content
Snippets Groups Projects
Commit 6e9fee01 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add enum CSTATS_FIELD definition

Defines the field indexes for records in csts.ini
parent a11eb7be
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1087,6 +1087,19 @@ typedef struct { /* System/Node Statistics */
} stats_t;
#define LEN_CSTATS_RECORD 128
enum CSTATS_FIELD {
CSTATS_DATE
,CSTATS_LOGONS
,CSTATS_TIMEON
,CSTATS_UPLOADS
,CSTATS_UPLOADB
,CSTATS_DNLOADS
,CSTATS_DNLOADB
,CSTATS_POSTS
,CSTATS_EMAIL
,CSTATS_FBACKS
,CSTATS_NUSERS
};
typedef struct { /* Sub-board scan information */
uint16_t cfg; /* User's configuration */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment