From bcc3814b58e9b198344bdaf6e7a916a354841275 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 3 Jan 2020 18:03:57 -0800 Subject: fixes #1104 move allocation of protocol objects to common core fixes #1103 respondent could inline backtrace --- src/core/sockimpl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/sockimpl.h') diff --git a/src/core/sockimpl.h b/src/core/sockimpl.h index ffe6c6e8..16596c63 100644 --- a/src/core/sockimpl.h +++ b/src/core/sockimpl.h @@ -1,5 +1,5 @@ // -// Copyright 2019 Staysail Systems, Inc. +// Copyright 2020 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -113,6 +113,7 @@ struct nni_pipe { uint32_t p_id; nni_tran_pipe_ops p_tran_ops; nni_proto_pipe_ops p_proto_ops; + size_t p_size; void * p_tran_data; void * p_proto_data; nni_list_node p_sock_node; -- cgit v1.2.3-70-g09d2