aboutsummaryrefslogtreecommitdiff
path: root/lib/coverage.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coverage.h')
-rw-r--r--lib/coverage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coverage.h b/lib/coverage.h
index b7db6c47..0f389bfe 100644
--- a/lib/coverage.h
+++ b/lib/coverage.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, 2010, 2011 Nicira Networks.
+ * Copyright (c) 2009, 2010, 2011, 2012 Nicira Networks.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -56,7 +56,7 @@ struct coverage_counter {
#define COVERAGE_ADD(COUNTER, AMOUNT) counter_##COUNTER.count += (AMOUNT);
void coverage_init(void);
-void coverage_log(enum vlog_level, bool suppress_dups);
+void coverage_log(void);
void coverage_clear(void);
/* Implementation detail. */