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

Removed user_id (unnecessary due to thread_up callback already supported).

Basically, undid last commit of these files. :-)
parent 8730368a
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ typedef struct {
DWORD interface_addr;
DWORD options; /* See FTP_OPT definitions */
DWORD js_max_bytes;
DWORD user_id; /* Unix uid to use for threads */
DWORD reserved_dword7;
DWORD reserved_dword6;
DWORD reserved_dword5;
DWORD reserved_dword4;
......
......@@ -55,7 +55,7 @@ typedef struct {
WORD reserved_word1;
DWORD interface_addr;
DWORD options; /* See MAIL_OPT definitions */
DWORD user_id; /* Unix uid to use for threads */
DWORD reserved_dword8;
DWORD reserved_dword7;
DWORD reserved_dword6;
DWORD reserved_dword5;
......
......@@ -50,7 +50,7 @@ typedef struct {
DWORD interface_addr;
DWORD options; /* See BBS_OPT definitions */
DWORD js_max_bytes;
DWORD user_id; /* Unix uid to use for threads */
DWORD reserved_dword4;
DWORD reserved_dword3;
DWORD reserved_dword2;
DWORD reserved_dword1;
......
......@@ -65,7 +65,7 @@ typedef struct {
RingBuf** node_spybuf; // Spy output buffer (each node)
RingBuf** node_inbuf; // User input buffer (each node)
sem_t** node_spysem; // Spy output semaphore (each node)
DWORD user_id; // Unix uid to use for threads
DWORD reserved_dword1;
int (*event_log)(char*); // Event log - put string
int (*lputs)(char*); // Log - put string
void (*status)(char*);
......
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