wip - adding more packet types
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-20 14:23:06 +09:00
parent 340f1d8a44
commit c03801cb32
2 changed files with 13 additions and 10 deletions

View File

@ -291,7 +291,6 @@ static const hcl_bch_t* get_base_name (const hcl_bch_t* path)
return (last == HCL_NULL)? path: (last + 1);
}
static HCL_INLINE int open_read_stream (hcl_t* hcl, hcl_io_cciarg_t* arg)
{
worker_hcl_xtn_t* xtn = (worker_hcl_xtn_t*)hcl_getxtn(hcl);