aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-02 12:09:36 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-02 12:09:36 -0800
commitd42198bbc36e525e50bb32f5efeda63875c5b24f (patch)
treea4bb3e2af969a2052f88da4f2c46083dee59730a /src/core
parent546c0d6ecc4267b9178f6eecb134e45c16b839cf (diff)
downloadnng-d42198bbc36e525e50bb32f5efeda63875c5b24f.tar.gz
nng-d42198bbc36e525e50bb32f5efeda63875c5b24f.tar.bz2
nng-d42198bbc36e525e50bb32f5efeda63875c5b24f.zip
Uncrustify.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/socket.h1
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.