diff options
Diffstat (limited to 'include/arch/x86_64/linux/mptcp.h')
| -rw-r--r-- | include/arch/x86_64/linux/mptcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/x86_64/linux/mptcp.h b/include/arch/x86_64/linux/mptcp.h index 1d4322f0..a7dd1752 100644 --- a/include/arch/x86_64/linux/mptcp.h +++ b/include/arch/x86_64/linux/mptcp.h @@ -106,7 +106,7 @@ struct mptcp_full_info { __u32 size_tcpinfo_user; __u32 size_sfinfo_kernel; /* must be 0, set by kernel */ __u32 size_sfinfo_user; - __u32 num_subflows; /* must be 0, set by kernel (real subflow count) */ + __u32 num_subflows; /* must be 0, set by kernel (real subflow count) */ __u32 size_arrays_user; /* max subflows that userspace is interested in; * the buffers at subflow_info/tcp_info * are respectively at least: |
