X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Ftypes.hxx;h=3053dc54617847dd35aa6f9a7fc35ae3c5092f3a;hp=6ccad826d6c5df6d7f07c6237208d40092897fcf;hb=9424729586fdb0aabb671d2f1266bdb07e0bed38;hpb=07e98688a1a8c3e915ce923f79261a88251a9edd diff --git a/src/types.hxx b/src/types.hxx index 6ccad82..3053dc5 100644 --- a/src/types.hxx +++ b/src/types.hxx @@ -22,7 +22,10 @@ namespace libt2n { +/// possible levels for logging enum log_level_values { none=0, error=1, debug=2 }; + +/// possible types of a socket (tcp and unix) enum socket_type_value { tcp_s, unix_s }; }