summaryrefslogtreecommitdiff
path: root/include/event2/event_struct.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-22 17:56:15 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-22 17:56:15 +0000
commitf20902a2902b85f5d63d785a32b00fdbbd64a52d (patch)
treed32309dcfd6c08a125b1a3e88bd1b4817dbddc0b /include/event2/event_struct.h
parent5e6f6dcd1b9d50b39d2878619c5b4c0d6d34591f (diff)
downloadlibevent-f20902a2902b85f5d63d785a32b00fdbbd64a52d.tar.gz
Remove evperiodic_assign and its related parts: its functionality is subsumed by EV_PERSIST timeouts.
svn:r1040
Diffstat (limited to 'include/event2/event_struct.h')
-rw-r--r--include/event2/event_struct.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/event2/event_struct.h b/include/event2/event_struct.h
index e33738d2..9fcc301d 100644
--- a/include/event2/event_struct.h
+++ b/include/event2/event_struct.h
@@ -98,10 +98,6 @@ struct event {
/* Allows deletes in callback */
short *ev_pncalls;
} ev_signal;
-
- struct {
- struct timeval tv_interval;
- } ev_periodic;
} _ev;
short ev_events;