added the used field to hcl_server_wid_map_data_t

started implementing .SHOW-WORKERS and .KILL-WORKER
This commit is contained in:
2018-03-16 17:27:24 +00:00
parent 36ee74f0ec
commit b3cef9ec5c
3 changed files with 161 additions and 43 deletions

View File

@ -1620,6 +1620,20 @@ HCL_EXPORT int hcl_print (
hcl_oop_t obj
);
HCL_EXPORT hcl_ooi_t hcl_proutbfmt (
hcl_t* hcl,
int mask,
const hcl_bch_t* fmt,
...
);
HCL_EXPORT hcl_ooi_t hcl_proutufmt (
hcl_t* hcl,
int mask,
const hcl_uch_t* fmt,
...
);
HCL_EXPORT int hcl_compile (
hcl_t* hcl,
hcl_oop_t obj