libevent ~master (2016-11-30T02:50:57Z)
Home
Dub
Repo
TAILQ_ENTRY
deimos
event2
_tailq
Undocumented in source.
struct
TAILQ_ENTRY (
type
) {
type
*
tqe_next
;
type
**
tqe_prev
;
}
Members
Variables
tqe_next
type
*
tqe_next
;
Undocumented in source.
tqe_prev
type
**
tqe_prev
;
Undocumented in source.
Meta
Source
See Implementation
deimos
event2
_tailq
mixin templates
TAILQ_HEAD
structs
TAILQ_ENTRY