dnssd_erlang
dnssd_erlang copied to clipboard
Fix runtime typechecks
This patch fixes the issue mentioned in #12 and associated compile time warnings.
ERL_TUPLE is a type tag which can be bitwise 'or'ed into values, ERL_{SMALL,LARGE}_TUPLE_EXT is External Term Format type qualifier: http://erlang.org/doc/apps/erts/erl_ext_dist.html#id100449
@benoitc What's the status of this PR?