Skip to content

Commit

Permalink
Merge pull request #261 from hintjens/master
Browse files Browse the repository at this point in the history
No longer assumes zmq.h constants are enums
  • Loading branch information
hintjens committed Oct 8, 2013
2 parents e3295e8 + 9cb1f6f commit 3e6c11a
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 1 deletion.
2 changes: 1 addition & 1 deletion model/sockopts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use 'gsl sockopts'
-->
<options script = "sockopts">
<version major = "4" style = "enum">
<version major = "4" style = "macro">
<!-- New names for deprecated 3.x options -->
<option name = "ipv6" type = "int" mode = "rw" test = "SUB" />
<option name = "immediate" type = "int" mode = "w" test = "DEALER" />
Expand Down
Loading

0 comments on commit 3e6c11a

Please sign in to comment.