From ca6ba70092b1528e12d3140d70232175a13c335d Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 15 Dec 2014 14:10:38 +0100 Subject: list: Rename struct list to struct ovs_list struct list is a common name and can't be used in public headers. Signed-off-by: Thomas Graf Acked-by: Ben Pfaff --- ovsdb/trigger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ovsdb/trigger.h') diff --git a/ovsdb/trigger.h b/ovsdb/trigger.h index f686b155e..823ea9b28 100644 --- a/ovsdb/trigger.h +++ b/ovsdb/trigger.h @@ -23,7 +23,7 @@ struct ovsdb; struct ovsdb_trigger { struct ovsdb_session *session; /* Session that owns this trigger. */ struct ovsdb *db; /* Database on which trigger acts. */ - struct list node; /* !result: in db->triggers; + struct ovs_list node; /* !result: in db->triggers; * result: in session->completions. */ struct json *request; /* Database request. */ struct json *result; /* Result (null if none yet). */ -- cgit v1.2.1