diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-02 12:09:36 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-02 12:09:36 -0800 |
| commit | d42198bbc36e525e50bb32f5efeda63875c5b24f (patch) | |
| tree | a4bb3e2af969a2052f88da4f2c46083dee59730a | |
| parent | 546c0d6ecc4267b9178f6eecb134e45c16b839cf (diff) | |
| download | nng-d42198bbc36e525e50bb32f5efeda63875c5b24f.tar.gz nng-d42198bbc36e525e50bb32f5efeda63875c5b24f.tar.bz2 nng-d42198bbc36e525e50bb32f5efeda63875c5b24f.zip | |
Uncrustify.
| -rw-r--r-- | src/core/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index 1808b09d..d0f5f3a3 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -60,6 +60,7 @@ extern int nni_sock_listen(nni_sock *, const char *, nni_endpt **, int); // already have the socket lock held. extern void nni_sock_recverr(nni_sock *, int); extern void nni_sock_senderr(nni_sock *, int); + // These are socket methods that protocol operations can expect to call. // Note that each of these should be called without any locks held, since // the socket can reenter the protocol. |
