summaryrefslogtreecommitdiff
path: root/sample/dns-example.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-01-27 01:46:41 -0500
committerNick Mathewson <nickm@torproject.org>2010-01-27 01:46:41 -0500
commitd60a1bd50c8388f6f74522bf0eadb3fe37d6e95a (patch)
tree20ab9aa0ca71e6c5e18c32b6922d4a38d8f98168 /sample/dns-example.c
parentbecb9f9cd320d9b3ac571ffc788a01423568e9d0 (diff)
downloadlibevent-d60a1bd50c8388f6f74522bf0eadb3fe37d6e95a.tar.gz
Clarify status of example programs
(That is, add comments to say that dns-example and le-proxy are recent and ugly; event-test is old and ugly.)
Diffstat (limited to 'sample/dns-example.c')
-rw-r--r--sample/dns-example.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/dns-example.c b/sample/dns-example.c
index c5ecf7f6..3d73d56d 100644
--- a/sample/dns-example.c
+++ b/sample/dns-example.c
@@ -1,3 +1,9 @@
+/*
+ This example code shows how to use the high-level, low-level, and
+ server-level interfaces of evdns.
+
+ XXX It's pretty ugly and should probably be cleaned up.
+ */
#include <event-config.h>