X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Factuator.h;h=ee0ed32bb4cce692790db44d5d37c8479d3661c4;hb=a5e70d6d38c216b736c8ff55670872274dc99ff7;hp=81150e8bac8fa164be6e5846cf3e0618646a1bc9;hpb=5d57467589ecefdf5bb5985005705a1c8460c623;p=matches%2FMCTX3420.git diff --git a/server/actuator.h b/server/actuator.h index 81150e8..ee0ed32 100644 --- a/server/actuator.h +++ b/server/actuator.h @@ -52,8 +52,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;