X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcom_socket_wrapper.h;h=ce03ebe83da0872dd606c1f63e1f9e581936dcdc;hb=227867f5d3fb1b1dacbaf2f426812417b72ef03a;hp=f44b5a8ef3b121240e8d13f415a2ff4fddbba8da;hpb=49806fe252030a4cd993f598ff65a89590d57388;p=vpp.git diff --git a/src/vcl/vcom_socket_wrapper.h b/src/vcl/vcom_socket_wrapper.h index f44b5a8ef3b..ce03ebe83da 100644 --- a/src/vcl/vcom_socket_wrapper.h +++ b/src/vcl/vcom_socket_wrapper.h @@ -159,6 +159,8 @@ int libc_recvmsg (int sockfd, struct msghdr *msg, int flags); int libc_send (int sockfd, const void *buf, size_t len, int flags); +ssize_t libc_sendfile (int out_fd, int in_fd, off_t * offset, size_t len); + int libc_sendmsg (int sockfd, const struct msghdr *msg, int flags); int