X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ftrigger.c;h=6ae1f516b5754b89212607352a223714727dedd9;hb=99c476dcd9c2709cad3d406aa6dfa58404c52d23;hp=b2eb0116fff49ed6bc9d30a5c3f19d28218fc998;hpb=e317253b1391c7b0a84c8dd51eaf1f3cc16eff56;p=openvswitch diff --git a/ovsdb/trigger.c b/ovsdb/trigger.c index b2eb0116..6ae1f516 100644 --- a/ovsdb/trigger.c +++ b/ovsdb/trigger.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -110,8 +110,8 @@ ovsdb_trigger_wait(struct ovsdb *db, long long int now) static bool ovsdb_trigger_try(struct ovsdb_trigger *t, long long int now) { - t->result = ovsdb_execute(t->session->db, t->request, - now - t->created, &t->timeout_msec); + t->result = ovsdb_execute(t->session->db, t->session, + t->request, now - t->created, &t->timeout_msec); if (t->result) { ovsdb_trigger_complete(t); return true;