diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2021-06-09 11:25:29 +0000 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-06-09 13:41:28 +0200 |
commit | 141b0797e17f616d633704a4b011fde515496ab3 (patch) | |
tree | 48b875bd0d52009a4eb7a681065bda082c59409d /src/legacy.h | |
parent | cb7fa569b2f79e8c767b3969394839a96f241298 (diff) |
#915 Add schedule/command
Enables ogserver to schedule commands (also referred as actions in
legacy web console jargon).
This feature enables ogserver to write in the "acciones" table in order
to have full capabilities for command scheduling purposes, thus not
depending in the legacy web console to insert into "acciones" table.
Diffstat (limited to 'src/legacy.h')
-rw-r--r-- | src/legacy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/legacy.h b/src/legacy.h new file mode 100644 index 0000000..d72963c --- /dev/null +++ b/src/legacy.h @@ -0,0 +1,6 @@ +#ifndef _OG_LEGACY_H +#define _OG_LEGACY_H + +const char *og_msg_params_to_legacy(struct og_cmd_json *cmd); + +#endif |