Skip to content
Snippets Groups Projects
Commit 4c626d13 authored by rswindell's avatar rswindell
Browse files

uptime no longer static (so it can be printed from atcodes.cpp)

parent 17c95b75
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,9 @@ HANDLE exec_mutex;
#endif // _WIN32
static uint node_threads_running=0;
time_t uptime;
static uint node_threads_running=0;
char lastuseron[LEN_ALIAS+1]; /* Name of user last online */
RingBuf* node_inbuf[MAX_NODES];
......@@ -82,7 +84,6 @@ static bool scfg_reloaded=true;
static char * text[TOTAL_TEXT];
static WORD first_node;
static WORD last_node;
static time_t uptime;
#ifdef JAVASCRIPT
JSRuntime* js_runtime=NULL;
......
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