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