aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-13 18:17:02 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-13 18:17:02 -0700
commit14caa074a83fa2e659b3e490bf9bd31ff0b6b4b1 (patch)
treea393024cc23b7540fa08009b221e3e40a195603d /src/core/pipe.c
parent722cd0deed891bfcb3f1e9866655cc5a41b2111e (diff)
downloadnng-14caa074a83fa2e659b3e490bf9bd31ff0b6b4b1.tar.gz
nng-14caa074a83fa2e659b3e490bf9bd31ff0b6b4b1.tar.bz2
nng-14caa074a83fa2e659b3e490bf9bd31ff0b6b4b1.zip
Make idhash non-inlined (so we can add a mutex.)
Diffstat (limited to 'src/core/pipe.c')
-rw-r--r--src/core/pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/pipe.c b/src/core/pipe.c
index 702e8eb1..91b78192 100644
--- a/src/core/pipe.c
+++ b/src/core/pipe.c
@@ -1,5 +1,6 @@
//
// Copyright 2017 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this