added send_command to submit command to ttyusb
[svn42.git] / door_daemon / command_queue.h
index 0e87568..61af577 100644 (file)
@@ -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;