author | Szabolcs Nagy <nsz@port70.net> | 2021年05月26日 16:01:38 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2022年03月08日 17:19:56 -0500 |
commit | 1ee8109ea01c4ac79e7932a533fead96309f80f3 (patch) | |
tree | 0b91bf952bcb0a5e3f29f5feb1cd7fffb7860e05 | |
parent | bc89c311120111de330c99335d3139ff55fae1fe (diff) | |
download | musl-1ee8109ea01c4ac79e7932a533fead96309f80f3.tar.gz |
-rw-r--r-- | include/netinet/tcp.h | 4 |
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index 08ed7cc2..fad1d844 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -294,6 +294,10 @@ struct tcp_zerocopy_receive { uint64_t copybuf_address; int32_t copybuf_len; uint32_t flags; + uint64_t msg_control; + uint64_t msg_controllen; + uint32_t msg_flags; + uint32_t reserved; }; #endif |