From 34b110779fc29e82fc4bc4d48848d17a86fc2c26 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Jun 2017 17:23:29 -0700 Subject: Use ep_closed to track state (disambiguate name.) --- src/core/endpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/endpt.h') diff --git a/src/core/endpt.h b/src/core/endpt.h index 3bc79fde..cfb332bb 100644 --- a/src/core/endpt.h +++ b/src/core/endpt.h @@ -28,7 +28,7 @@ struct nni_ep { char ep_addr[NNG_MAXADDRLEN]; nni_thr ep_thr; int ep_mode; - int ep_close; // full shutdown + int ep_closed; // full shutdown int ep_bound; // true if we bound locally nni_mtx ep_mtx; nni_cv ep_cv; -- cgit v1.2.3-70-g09d2