Searched defs:localsock_bits (Results 1 – 1 of 1) sorted by relevance
46 struct localsock_bits { struct47 struct node_reply *replies;48 int num_replies;49 int expected_replies;50 time_t sent_time; /* So we can check for timeouts */51 int in_progress; /* Only execute one cmd at a time per client */52 int sent_out; /* Flag to indicate that a command was sent54 void *private; /* Private area for command processor use */55 void *cmd; /* Whole command as passed down local socket */56 int cmd_len; /* Length of above */[all …]