diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-03-19 16:21:13 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-03-19 16:21:13 -0700 |
| commit | b8a133a9d6c5d8439c1f8ed3153d6a750aae3646 (patch) | |
| tree | 0aed9586538b1330e836501612a66074093c32e8 /src/core/pipe.h | |
| parent | 351ae4c98f65e5cbc71c27d6ab6410fb6228ca54 (diff) | |
| download | nng-b8a133a9d6c5d8439c1f8ed3153d6a750aae3646.tar.gz nng-b8a133a9d6c5d8439c1f8ed3153d6a750aae3646.tar.bz2 nng-b8a133a9d6c5d8439c1f8ed3153d6a750aae3646.zip | |
Eliminate p_active, better names for pipe start and stop.
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index e3539e1f..55246388 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -28,7 +28,6 @@ struct nni_pipe { nni_sock * p_sock; nni_ep * p_ep; int p_reap; - int p_active; nni_mtx p_mtx; int p_refcnt; }; |
