Skip to content
Snippets Groups Projects
Commit 39ee8f7c authored by rswindell's avatar rswindell
Browse files

Separate Event Log support (using event_log).

parent 901171d5
No related branches found
No related tags found
No related merge requests found
...@@ -60,10 +60,10 @@ typedef struct { ...@@ -60,10 +60,10 @@ typedef struct {
DWORD reserved_dword6; DWORD reserved_dword6;
RingBuf** node_spybuf; // Spy output buffer (each node) RingBuf** node_spybuf; // Spy output buffer (each node)
RingBuf** node_inbuf; // User input buffer (each node) RingBuf** node_inbuf; // User input buffer (each node)
DWORD reserved_dword3;
DWORD reserved_dword2; DWORD reserved_dword2;
DWORD reserved_dword1; DWORD reserved_dword1;
int (*lputs)(char*); int (*event_log)(char*); // Event log - put string
int (*lputs)(char*); // Log - put string
void (*status)(char*); void (*status)(char*);
void (*started)(void); void (*started)(void);
void (*terminated)(int code); void (*terminated)(int code);
......
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