X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcoverage.c;h=92bc2b891184a34dea01cbbf9698214c63c00390;hb=54e05b5f6f7d3504dc74a73dcf9707cbdb28d1d1;hp=cdc796ec3e661b63a69519a1cd89437c8f21b4e5;hpb=6bc995e46d64b90ef0b3186abec92f63eab2c2ad;p=openvswitch diff --git a/lib/coverage.c b/lib/coverage.c index cdc796ec..92bc2b89 100644 --- a/lib/coverage.c +++ b/lib/coverage.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Nicira Networks. + * Copyright (c) 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ static unsigned int epoch; static void -coverage_unixctl_log(struct unixctl_conn *conn, const char *args UNUSED) +coverage_unixctl_log(struct unixctl_conn *conn, const char *args OVS_UNUSED) { coverage_log(VLL_WARN, false); unixctl_command_reply(conn, 200, NULL);