aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/espintcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/espintcp.h')
-rw-r--r--include/net/espintcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/espintcp.h b/include/net/espintcp.h
index dd7026a00066..0335bbd76552 100644
--- a/include/net/espintcp.h
+++ b/include/net/espintcp.h
@@ -25,6 +25,7 @@ struct espintcp_ctx {
struct espintcp_msg partial;
void (*saved_data_ready)(struct sock *sk);
void (*saved_write_space)(struct sock *sk);
+ void (*saved_destruct)(struct sock *sk);
struct work_struct work;
bool tx_running;
};