core: setup ev_io watcher rather than use ev_once interface for memory
commita24f94a611c32b5d2283ca7a8c6e3d9684b81c97
authorThomas Harning Jr <harningt@gmail.com>
Mon, 17 Dec 2007 05:12:49 +0000 (17 00:12 -0500)
committerThomas Harning Jr <harningt@gmail.com>
Mon, 17 Dec 2007 05:12:49 +0000 (17 00:12 -0500)
treec7ad8738a7400786213cf0ef542aec4a70233d46
parent26f36d5df00b9966f6a19d44c56426c4d0952abf
core: setup ev_io watcher rather than use ev_once interface for memory

ev_once dynamically allocates a structure to handle its event.  Good for events that don't already have a structure associated with them.
core/src/connect_handler.c