Browse Source

Turn on libevents evdns

ahc_fix_select
tedbullock 17 years ago
parent
commit
985ab67255
1 changed files with 2 additions and 0 deletions
  1. +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__
/*


Loading…
Cancel
Save