From 72c5c5fff42fc0b4c9d1eaaaebe9d6e1dd8824f2 Mon Sep 17 00:00:00 2001 From: malosek Date: Thu, 24 Sep 2009 16:23:49 +0200 Subject: --with-pgm2 compilable --- src/pgm_socket.hpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/pgm_socket.hpp') 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 @@ -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 }; } -- cgit v1.2.3