summaryrefslogtreecommitdiff
path: root/src/pgm_socket.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-24 16:23:49 +0200
committermalosek <malosek@fastmq.com>2009-09-24 16:23:49 +0200
commit72c5c5fff42fc0b4c9d1eaaaebe9d6e1dd8824f2 (patch)
tree56683306449f1f4755df1eb6165a4a9c9def4ceb /src/pgm_socket.hpp
parent33afdcd1adccd19ebd9f4ec9cc6d23a37975d135 (diff)
--with-pgm2 compilable
Diffstat (limited to 'src/pgm_socket.hpp')
-rw-r--r--src/pgm_socket.hpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp
index fc7a0a3..6c1ca10 100644
--- a/src/pgm_socket.hpp
+++ b/src/pgm_socket.hpp
@@ -22,7 +22,7 @@
#include "platform.hpp"
-#if defined ZMQ_HAVE_OPENPGM1
+#if defined ZMQ_HAVE_OPENPGM
#ifdef ZMQ_HAVE_LINUX
#include <glib.h>
@@ -135,13 +135,6 @@ namespace zmq
// Receiver transport uses 2 fd.
enum {pgm_receiver_fd_count = 2};
-
- // TSI of the actual peer.
-// pgm_tsi_t tsi;
-
- // Previous peer TSI.
-// pgm_tsi_t retired_tsi;
-
#endif
};
}