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

@ -1006,20 +1006,6 @@ int hcl_addbuiltinprims (
/* ========================================================================= */
/* logfmt.c */
/* ========================================================================= */
hcl_ooi_t hcl_proutbfmt (
hcl_t* hcl,
int mask,
const hcl_bch_t* fmt,
...
);
hcl_ooi_t hcl_proutufmt (
hcl_t* hcl,
int mask,
const hcl_uch_t* fmt,
...
);
int hcl_outfmtobj (
hcl_t* hcl,
int mask,