added ready for meta data exchange at end of gss handshake

This commit is contained in:
Chris Busbey
2013-11-07 11:49:45 -08:00
parent 761508bf4b
commit 04db842dcc
6 changed files with 113 additions and 26 deletions

View File

@@ -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
};