summaryrefslogtreecommitdiff
path: root/src/fd_signaler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fd_signaler.hpp')
-rw-r--r--src/fd_signaler.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fd_signaler.hpp b/src/fd_signaler.hpp
index 34c5e8c..11baa95 100644
--- a/src/fd_signaler.hpp
+++ b/src/fd_signaler.hpp
@@ -17,15 +17,15 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __ZS_FD_SIGNALER_HPP_INCLUDED__
-#define __ZS_FD_SIGNALER_HPP_INCLUDED__
+#ifndef __ZMQ_FD_SIGNALER_HPP_INCLUDED__
+#define __ZMQ_FD_SIGNALER_HPP_INCLUDED__
#include "platform.hpp"
#include "i_signaler.hpp"
#include "fd.hpp"
#include "stdint.hpp"
-namespace zs
+namespace zmq
{
// This object can be used to send individual signals from one thread to
@@ -73,7 +73,7 @@ namespace zs
#endif
-#if defined ZS_HAVE_EVENTFD
+#if defined ZMQ_HAVE_EVENTFD
// Eventfd descriptor.
fd_t fd;
#else