benoitc / dnssd_erlang

Erlang interface to Apple's Bonjour DNS Service Discovery implementation
Apache License 2.0
46 stars 16 forks source link

Fix runtime typechecks #13

Open erszcz opened 7 years ago

erszcz commented 7 years ago

This patch fixes the issue mentioned in #12 and associated compile time warnings.

ERLTUPLE 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

amolenaar commented 7 years ago

@benoitc What's the status of this PR?