mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-20 14:02:41 +02:00
gss mech sends principle as part of zap request
This commit is contained in:

committed by
Chris Busbey

parent
be62be0fa4
commit
4e6880ec95
@@ -51,6 +51,7 @@ namespace zmq
|
||||
enum state_t {
|
||||
send_next_token,
|
||||
recv_next_token,
|
||||
expect_zap_reply,
|
||||
send_ready,
|
||||
recv_ready,
|
||||
connected
|
||||
@@ -72,6 +73,8 @@ namespace zmq
|
||||
void accept_context ();
|
||||
int produce_next_token (msg_t *msg_);
|
||||
int process_next_token (msg_t *msg_);
|
||||
void send_zap_request ();
|
||||
int receive_and_process_zap_reply();
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user