ovs: add FIXME about cancellable operations

This commit is contained in:
Beniamino Galvani 2022-05-03 12:59:39 +02:00
parent c503f5b214
commit af9ed3eb2f

View file

@ -376,6 +376,9 @@ ovsdb_call_method(NMOvsdb *self,
NMOvsdbPrivate *priv = NM_OVSDB_GET_PRIVATE(self);
OvsdbMethodCall *call;
/* FIXME(shutdown): this function should accept a cancellable to
* interrupt the operation. */
/* Ensure we're not unsynchronized before we queue the method call. */
ovsdb_try_connect(self);