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

Removed unused client_rec structure definition

parent db6e5474
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3931 passed
......@@ -38,25 +38,5 @@ typedef struct {
uint32_t usernum; /* user number (authenticated when non-zero) */
} client_t;
/* Used for ctrl/client.dab */
typedef struct client_rec {
DWORD local_addr;
DWORD remote_addr;
DWORD local_port;
DWORD remote_port;
DWORD socket;
/* 20 */
DWORD time;
/* 24 */
char protocol[16];
/* 40 */
char user_name[32];
/* 72 */
char local_host[64];
/* 136 */
char remote_host[64];
/* 200 */
char pad[512-200];
} client_rec_t;
#endif /* Don't add anything after this line */
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