X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Ftypes.hxx;h=fc2811ea38148cd6c48e5cdd50f92dc4d6dd005e;hp=264148515d4ae35cbaf64e258ce1ac3f500dd022;hb=6cda58a6dad87ff6efe2277db2155be60edb8d48;hpb=28cb45a5725e9c6054d7048a9bf969b9f2c94d64 diff --git a/src/types.hxx b/src/types.hxx index 2641485..fc2811e 100644 --- a/src/types.hxx +++ b/src/types.hxx @@ -30,7 +30,7 @@ enum socket_type_value { tcp_s, unix_s }; /// possible events for callback, __events_end must be the last event and must not be used /// for anything else than marking the end -enum callback_event_type { new_connection=0, connection_closed=1, connection_deleted=2, __events_end }; +enum callback_event_type { new_connection=0, connection_closed, connection_deleted, __events_end }; }