]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - include/fosa_opaque_types.h
Small further corrections in FOSA done by Michael
[frescor/fosa.git] / include / fosa_opaque_types.h
index 055408dfb7b7ff768e12b264e4cc46e6fae63420..7b611ece431a1157d24420ccd30b50a08f265e23 100644 (file)
  *  ADS
  *********/
 
-#define FOSA_ADS_ACTIONS_T_OPAQUE   posix_appsched_actions_t
+typedef struct {
+    posix_appsched_actions_t actions;
+    struct timespec * timeout_ptr;
+    struct timespec timeout;
+    bool rejected;
+    bool suspended;
+    bool activated;
+} fosa_ads_actions_internal_t;
+
+
+#define FOSA_ADS_ACTIONS_T_OPAQUE fosa_ads_actions_internal_t
+
+
 
 #endif