summaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2016-07-04 16:27:46 +0200
committerSebastian Hahn <sebastian@torproject.org>2016-07-04 16:34:40 +0200
commitbd1a85cc91eaa7aa148461274704cde999d8af2b (patch)
tree210d863abfc01afd5faf77ef19f3139770d470ab /src/common/compat_libevent.c
parent265e40b481d23ea0ee8b4e1705fb013532d1f6b2 (diff)
downloadtor-bd1a85cc91eaa7aa148461274704cde999d8af2b.tar.gz
tor-bd1a85cc91eaa7aa148461274704cde999d8af2b.zip
Address review comments from cypherpunks
Diffstat (limited to 'src/common/compat_libevent.c')
-rw-r--r--src/common/compat_libevent.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index 1d0bfb9c14..c5f73dc51a 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -3,11 +3,8 @@
/**
* \file compat_libevent.c
- * \brief Wrappers to handle porting between different versions of libevent.
- *
- * In an ideal world, we'd just use Libevent 2.0 from now on. But as of June
- * 2012, Libevent 1.4 is still all over, and some poor souls are stuck on
- * Libevent 1.3e. */
+ * \brief Wrappers and utility functions for Libevent.
+ */
#include "orconfig.h"
#include "compat.h"