summaryrefslogtreecommitdiff
path: root/lib/rtbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rtbsd.h')
-rw-r--r--lib/rtbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rtbsd.h b/lib/rtbsd.h
index 60bfae985..5dfbaffcc 100644
--- a/lib/rtbsd.h
+++ b/lib/rtbsd.h
@@ -44,7 +44,7 @@ struct rtbsd_change {
typedef void rtbsd_notify_func(const struct rtbsd_change *, void *aux);
struct rtbsd_notifier {
- struct list node;
+ struct ovs_list node;
rtbsd_notify_func *cb;
void *aux;
};