X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-unix.c;h=a9d76f2572050a56a9857909485c68f4df20e8ba;hb=f125905cdd3dc0339ad968c0a70128807884b400;hp=d2e8e82382ab2b3bd6bcb8cd929a5d511688868f;hpb=11460e2316b88f0bd0ea0005d94338d800ea16bd;p=openvswitch diff --git a/lib/stream-unix.c b/lib/stream-unix.c index d2e8e823..a9d76f25 100644 --- a/lib/stream-unix.c +++ b/lib/stream-unix.c @@ -40,7 +40,8 @@ VLOG_DEFINE_THIS_MODULE(stream_unix); /* Active UNIX socket. */ static int -unix_open(const char *name, char *suffix, struct stream **streamp) +unix_open(const char *name, char *suffix, struct stream **streamp, + uint8_t dscp OVS_UNUSED) { const char *connect_path = suffix; int fd; @@ -73,7 +74,7 @@ static int punix_accept(int fd, const struct sockaddr *sa, size_t sa_len, static int punix_open(const char *name OVS_UNUSED, char *suffix, - struct pstream **pstreamp) + struct pstream **pstreamp, uint8_t dscp OVS_UNUSED) { int fd, error;