summaryrefslogtreecommitdiff
path: root/evport.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-02-02 11:45:23 -0500
committerNick Mathewson <nickm@torproject.org>2012-02-02 11:45:23 -0500
commit4dee4cc7e10c093c8ae6ef0a9fa3f16cfd3bb6d0 (patch)
treed4bccba23301668140c932edce116233fd75787c /evport.c
parent7c46d4aa63a9cc2b2e011c716c50049bd2da21ce (diff)
downloadlibevent-4dee4cc7e10c093c8ae6ef0a9fa3f16cfd3bb6d0.tar.gz
Replace more C99/C++ comments with oldschool /* */ comments
Diffstat (limited to 'evport.c')
-rw-r--r--evport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/evport.c b/evport.c
index f7f55974..50f065a6 100644
--- a/evport.c
+++ b/evport.c
@@ -291,7 +291,7 @@ evport_dispatch(struct event_base *base, struct timeval *tv)
if (fdi != NULL && FDI_HAS_EVENTS(fdi)) {
reassociate(epdp, fdi, fd);
-// epdp->ed_pending[i] = -1;
+ /* epdp->ed_pending[i] = -1; */
fdi->pending_idx_plus_1 = 0;
}
}
@@ -321,7 +321,7 @@ evport_dispatch(struct event_base *base, struct timeval *tv)
port_event_t *pevt = &pevtlist[i];
int fd = (int) pevt->portev_object;
struct fd_info *fdi = pevt->portev_user;
- //EVUTIL_ASSERT(evmap_io_get_fdinfo(&base->io, fd) == fdi);
+ /*EVUTIL_ASSERT(evmap_io_get_fdinfo(&base->io, fd) == fdi);*/
check_evportop(epdp);
check_event(pevt);