add ROUTER/DEALER/PAIR sockets.

This commit is contained in:
Alexey Rybalchenko
2014-10-15 11:24:41 +02:00
parent 9317f06c10
commit 6968f57abc
3 changed files with 35 additions and 4 deletions

View File

@@ -19,6 +19,7 @@
#include <nanomsg/pipeline.h>
#include <nanomsg/pubsub.h>
#include <nanomsg/reqrep.h>
#include <nanomsg/pair.h>
#include "FairMQSocket.h"