More whitespace and shut some warnings up

This commit is contained in:
2017-05-17 18:27:08 +03:00
parent ff8546bf66
commit 6d0a190c2f
7 changed files with 91 additions and 74 deletions

View File

@@ -21,8 +21,8 @@ enum msg_types {
struct msg_meta_t {
unsigned short id; /* Agent job ID */
unsigned short type; /* Data type */
unsigned len; /* Data size to expect in buffer */
unsigned chunks;
unsigned int len; /* Data size to expect in buffer */
unsigned int chunks;
short is_recv;
short locking;
short isjob;