From ee45cbf4498a3c1d1868469bdb0c767d66c278e4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Dec 2016 20:52:45 -0800 Subject: Endpoint dialer implemented. --- src/core/protocol.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core/protocol.h') diff --git a/src/core/protocol.h b/src/core/protocol.h index a4b24177..f73825d7 100644 --- a/src/core/protocol.h +++ b/src/core/protocol.h @@ -30,13 +30,6 @@ struct nni_protocol { // Destroy the protocol instance. void (*proto_destroy)(void *); - // Shutdown the protocol instance, including giving time to - // drain any outbound frames (linger). The protocol is not - // required to honor the linger. - // XXX: This is probably redundant -- protocol should notice - // drain by getting NNG_ECLOSED on the upper write queue. - void (*proto_shutdown)(void *); - // Add and remove pipes. These are called as connections are // created or destroyed. int (*proto_add_pipe)(void *, nni_pipe *); -- cgit v1.2.3-70-g09d2