X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Factuator.h;h=48e0f29bc03725ac01d6a0a8b39f6903a21ac2b4;hb=b7150f722995ea6807182da24653a15693a82698;hp=c2a229d1d33d0270c357761e2f5d1094de993fba;hpb=f5e2b07860f26bde42b9a9eb41ef68138ff2a379;p=matches%2FMCTX3420.git diff --git a/server/actuator.h b/server/actuator.h index c2a229d..48e0f29 100644 --- a/server/actuator.h +++ b/server/actuator.h @@ -53,8 +53,6 @@ typedef struct pthread_cond_t cond; /** Indicates whether the Actuator is running **/ bool activated; - /** Indicates whether the Actuator can be actuated or not **/ - bool allow_actuation; } Actuator;