X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-fd.h;h=8b8b48f343b3ef7f2cf6334440038f7edd1d8a0f;hb=3e34fbdd62bcd79dad4f62ba6ec920d8f3be71bb;hp=8026953816b5cfb66eda869b581a96fc019fab90;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/lib/stream-fd.h b/lib/stream-fd.h index 80269538..8b8b48f3 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);