MCPcopy Create free account
hub / github.com/Tencent/libco / hostbuf_wrap

Class hostbuf_wrap

co_hook_sys_call.cpp:906–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906struct hostbuf_wrap
907{
908 struct hostent host;
909 char* buffer;
910 size_t iBufferSize;
911 int host_errno;
912};
913
914CO_ROUTINE_SPECIFIC(hostbuf_wrap, __co_hostbuf_wrap);
915

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected