| 904 | } |
| 905 | |
| 906 | struct hostbuf_wrap |
| 907 | { |
| 908 | struct hostent host; |
| 909 | char* buffer; |
| 910 | size_t iBufferSize; |
| 911 | int host_errno; |
| 912 | }; |
| 913 | |
| 914 | CO_ROUTINE_SPECIFIC(hostbuf_wrap, __co_hostbuf_wrap); |
| 915 |
nothing calls this directly
no outgoing calls
no test coverage detected