added hcl_executefromip()

This commit is contained in:
2018-02-08 10:33:59 +00:00
parent 08d6f4b4ad
commit 49363231a1
3 changed files with 21 additions and 5 deletions

View File

@ -1557,6 +1557,11 @@ HCL_EXPORT int hcl_execute (
hcl_t* hcl
);
HCL_EXPORT int hcl_executefromip (
hcl_t* hcl,
hcl_ooi_t initial_ip
);
/**
* The hcl_invoke() function sends a message named \a mthname to an object
* named \a objname.