X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstream-fd.h;h=8b8b48f343b3ef7f2cf6334440038f7edd1d8a0f;hb=a39c3ff9f586d3416976d3c3bd095fa81d73efa0;hp=8026953816b5cfb66eda869b581a96fc019fab90;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;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);