changed void to int for some event handlers.
deprecated the on_accepted callback for tcp. added stio_dev_send(), stio_tcp_dev_send() and changed stio_exec() to send queued messages moved tcp and udp defintions to stio-tcp.h and stio-udp.h respectively
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
all:
|
||||
cc -o stio main.c stio.c stio-tcp.c stio-udp.c stio-sck.c
|
||||
cc -g -I. -Wall -o stio main.c stio.c stio-tcp.c stio-udp.c stio-sck.c
|
||||
|
Reference in New Issue
Block a user