X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=door_daemon%2Fcommand_queue.h;h=61af577d83ba717d9549e98163c852b4ced4c082;hb=45239ca054a5e5a18c159f5cd19806061104dc5b;hp=0e87568cf398a4aa0dce992e70a074bcf141c353;hpb=b59052bce7db1296a8f567205036039c7c7cd121;p=svn42.git diff --git a/door_daemon/command_queue.h b/door_daemon/command_queue.h index 0e87568..61af577 100644 --- a/door_daemon/command_queue.h +++ b/door_daemon/command_queue.h @@ -28,6 +28,7 @@ struct cmd_struct { int fd; cmd_id_t cmd; char* param; + int sent; struct cmd_struct* next; }; typedef struct cmd_struct cmd_t;