X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fstream-fd.h;h=8b8b48f343b3ef7f2cf6334440038f7edd1d8a0f;hb=780325b5b8d4c0552b4b7719e0a38200d99f6b08;hp=8026953816b5cfb66eda869b581a96fc019fab90;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/lib/stream-fd.h b/lib/stream-fd.h index 802695381..8b8b48f34 100644 --- a/lib/stream-fd.h +++ b/lib/stream-fd.h @@ -30,6 +30,7 @@ int new_fd_stream(const char *name, int fd, int connect_status, int new_fd_pstream(const char *name, int fd, int (*accept_cb)(int fd, const struct sockaddr *, size_t sa_len, struct stream **), + int (*set_dscp_cb)(int fd, uint8_t dscp), char *unlink_path, struct pstream **pstreamp);