Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
6e9fee01
Commit
6e9fee01
authored
Mar 28, 2022
by
Rob Swindell
💬
Browse files
Add enum CSTATS_FIELD definition
Defines the field indexes for records in csts.ini
parent
a11eb7be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
src/sbbs3/sbbsdefs.h
src/sbbs3/sbbsdefs.h
+13
-0
No files found.
src/sbbs3/sbbsdefs.h
View file @
6e9fee01
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment