mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-21 23:56:56 +02:00
added ready for meta data exchange at end of gss handshake
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#define __ZMQ_GSSAPI_CLIENT_HPP_INCLUDED__
|
||||
|
||||
#include "gssapi_mechanism_base.hpp"
|
||||
#include "mechanism.hpp"
|
||||
#include "options.hpp"
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
@@ -30,8 +28,7 @@ namespace zmq
|
||||
class msg_t;
|
||||
|
||||
class gssapi_client_t :
|
||||
public gssapi_mechanism_base_t,
|
||||
public mechanism_t
|
||||
public gssapi_mechanism_base_t
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -51,6 +48,8 @@ namespace zmq
|
||||
call_next_init,
|
||||
send_next_token,
|
||||
recv_next_token,
|
||||
send_ready,
|
||||
recv_ready,
|
||||
connected
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user