Changes in benchmark/io/http/main.cfa [0197418:c2df3031]
- File:
-
- 1 edited
-
benchmark/io/http/main.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/main.cfa
r0197418 rc2df3031 6 6 #include <unistd.h> 7 7 extern "C" { 8 #include <signal.h> 8 9 #include <sys/socket.h> 9 10 #include <netinet/in.h> … … 78 79 //=============================================================================================' 79 80 int main( int argc, char * argv[] ) { 81 __sighandler_t s = 1p; 82 signal(SIGPIPE, s); 83 80 84 //=================== 81 85 // Parse args
Note:
See TracChangeset
for help on using the changeset viewer.