diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-05 18:49:49 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-05 18:49:49 -0800 |
| commit | a933bbbbf2399a3440442970e17b140e77c1203c (patch) | |
| tree | 032d25d14418a70d6b3d7640ea59b4a79f3de276 /src/core/protocol.c | |
| parent | 1b6e9985960a1079be81a576d52aa7f3fe47c92b (diff) | |
| download | nng-a933bbbbf2399a3440442970e17b140e77c1203c.tar.gz nng-a933bbbbf2399a3440442970e17b140e77c1203c.tar.bz2 nng-a933bbbbf2399a3440442970e17b140e77c1203c.zip | |
PUB protocol (untested).
Diffstat (limited to 'src/core/protocol.c')
| -rw-r--r-- | src/core/protocol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/protocol.c b/src/core/protocol.c index 765c2e9a..9b20a4fb 100644 --- a/src/core/protocol.c +++ b/src/core/protocol.c @@ -19,12 +19,14 @@ extern nni_proto nni_pair_proto; extern nni_proto nni_rep_proto; extern nni_proto nni_req_proto; +extern nni_proto nni_pub_proto; extern nni_proto nni_sub_proto; static nni_proto *protocols[] = { &nni_pair_proto, &nni_rep_proto, &nni_req_proto, + &nni_pub_proto, &nni_sub_proto, NULL }; |
