source: benchmark/io/http/socket.hfa @ 329e26a

ADTast-experimentalpthread-emulationqualifiedEnum
Last change on this file since 329e26a was c4b10e2, checked in by Thierry Delisle <tdelisle@…>, 23 months ago

Moved socket creation to a different file.
Makefile now has debug symbol.
Pipes are now closed earlier for a cleaner exit.

  • Property mode set to 100644
File size: 131 bytes
Line 
1#pragma once
2
3struct sockaddr_in;
4int prepaddr(struct sockaddr_in & addr);
5int listener(struct sockaddr_in & address, int addrlen);
Note: See TracBrowser for help on using the repository browser.