Rename protocol structs
This commit is contained in:
@@ -8,7 +8,7 @@ enum pthread_state { WAIT, WORK };
|
||||
enum job_slot_state { FREE, FULL };
|
||||
|
||||
struct job_args {
|
||||
struct msg buf;
|
||||
struct msg_t buf;
|
||||
unsigned short slot;
|
||||
SSL *ssl;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user