mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-19 21:16:54 +02:00
src/gssapi_client.cpp
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef __ZMQ_GSSAPI_SERVER_HPP_INCLUDED__
|
||||
#define __ZMQ_GSSAPI_SERVER_HPP_INCLUDED__
|
||||
|
||||
#ifdef HAVE_LIBGSSAPI_KRB5
|
||||
|
||||
#include "gssapi_mechanism_base.hpp"
|
||||
|
||||
namespace zmq
|
||||
@@ -58,9 +60,9 @@ namespace zmq
|
||||
};
|
||||
|
||||
session_base_t * const session;
|
||||
|
||||
|
||||
const std::string peer_address;
|
||||
|
||||
|
||||
// Current FSM state
|
||||
state_t state;
|
||||
|
||||
@@ -80,3 +82,5 @@ namespace zmq
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user