X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;ds=sidebyside;f=door_daemon%2Fcommand_queue.h;fp=door_daemon%2Fcommand_queue.h;h=61af577d83ba717d9549e98163c852b4ced4c082;hb=8fe111b5262925abdaf1614627ecfd128e112b11;hp=0e87568cf398a4aa0dce992e70a074bcf141c353;hpb=33de7447b0fab42ac6a65fa614a2ae3fe28d5788;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;