This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
httperf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Turn on libevents evdns
ahc_fix_select
tedbullock
17 years ago
parent
23bc53c3c5
commit
985ab67255
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
httperf/src/httperf.c
+ 2
- 0
httperf/src/httperf.c
View File
@@ -71,6 +71,7 @@
* libevent api
*/
#include <event.h>
#include <evdns.h>
#include <generic_types.h>
#include <object.h>
@@ -244,6 +245,7 @@ main(int argc, char **argv)
* Initialize libevent
*/
event_init();
evdns_init();
#ifdef __FreeBSD__
/*
Write
Preview
Loading…
Cancel
Save