diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-14 10:55:01 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-14 10:55:01 -0800 |
| commit | 58c24226e1d688a4eb0d5c3e041d0ee12152c045 (patch) | |
| tree | e03e5c5912d7f53edf8663de7393fe07028fd70f /src/protocol/pair | |
| parent | e0543fecaeb01ccdf7512004c54cd72b143b67c8 (diff) | |
| download | nng-58c24226e1d688a4eb0d5c3e041d0ee12152c045.tar.gz nng-58c24226e1d688a4eb0d5c3e041d0ee12152c045.tar.bz2 nng-58c24226e1d688a4eb0d5c3e041d0ee12152c045.zip | |
nn_socket_create() implemented.
Diffstat (limited to 'src/protocol/pair')
| -rw-r--r-- | src/protocol/pair/pair.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/pair/pair.c b/src/protocol/pair/pair.c index 4b00bf87..7313560e 100644 --- a/src/protocol/pair/pair.c +++ b/src/protocol/pair/pair.c @@ -252,6 +252,7 @@ pair_getopt(void *arg, int opt, void *buf, size_t *szp) struct nni_protocol nni_pair_protocol = { NNG_PROTO_PAIR, /* proto_self */ NNG_PROTO_PAIR, /* proto_peer */ + "pair", pair_create, pair_destroy, pair_shutdown, |
