diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-05-13 15:44:28 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-02 12:32:36 +0200 |
commit | a63ec0ba7fa08b4f6e9c209d1f42e2d33366575a (patch) | |
tree | cc194b252471d4aee6369624e3f59a4435a916fe /sources/schedule.h | |
parent | 6c7d827904fb33d172d625ed10baadb9be342a22 (diff) |
#942 Fix immediate procedures
New versions of ogAdmServer handle pending commands in a different way.
Instant procedures uses the old way, now unsupported, so we need to
adapt instant procedures.
This commit adapts instant procedures to work with the new pending
commands implementation.
Diffstat (limited to 'sources/schedule.h')
-rw-r--r-- | sources/schedule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/schedule.h b/sources/schedule.h index c6657fb..8e0ab8a 100644 --- a/sources/schedule.h +++ b/sources/schedule.h @@ -21,6 +21,7 @@ struct og_schedule_time { enum og_schedule_type { OG_SCHEDULE_TASK, + OG_SCHEDULE_PROCEDURE, OG_SCHEDULE_COMMAND, }; |