source: ogServer-Git/src/legacy.h

Last change on this file was 141b079, checked in by OpenGnSys Support Team <soporte-og@…>, 3 years ago

#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.

  • Property mode set to 100644
File size: 113 bytes
Line 
1#ifndef _OG_LEGACY_H
2#define _OG_LEGACY_H
3
4const char *og_msg_params_to_legacy(struct og_cmd_json *cmd);
5
6#endif
Note: See TracBrowser for help on using the repository browser.