source: benchmark/io/http/socket.hfa @ cd3fc46

ADTast-experimentalpthread-emulation
Last change on this file since cd3fc46 was c4b10e2, checked in by Thierry Delisle <tdelisle@…>, 2 years 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.