- added command to change timeout of a scriptcontext controller
- created syncedprot
This commit is contained in:
@ -36,14 +36,4 @@ int SctCallInContext(SConnection * con, char *script, Hdb * node,
|
||||
*/
|
||||
int SctVerbose(SctController * c);
|
||||
|
||||
|
||||
/**
|
||||
* check if the specified action is pending
|
||||
* \param controller the SctController
|
||||
* \param node the node
|
||||
* \param name the action
|
||||
* \param kind 0 for queued action, 1 for polled action
|
||||
* \return 1 for pending, 0 for not pending
|
||||
*/
|
||||
int SctIsPending(SctController *controller, Hdb * node, char *name, int kind);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user