summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2022-05-03 12:59:39 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2022-05-03 13:19:24 +0200
commitaf9ed3eb2feffefeab40ae706aa4c6f3a3caee86 (patch)
tree9047e62f67527aeb80baeefec5c2b40d9135b008
parentc503f5b2144478cd9449d407c94274a2ab523988 (diff)
downloadNetworkManager-af9ed3eb2feffefeab40ae706aa4c6f3a3caee86.tar.gz
ovs: add FIXME about cancellable operations
-rw-r--r--src/core/devices/ovs/nm-ovsdb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/devices/ovs/nm-ovsdb.c b/src/core/devices/ovs/nm-ovsdb.c
index 44e16cb78f..7fa394d67d 100644
--- a/src/core/devices/ovs/nm-ovsdb.c
+++ b/src/core/devices/ovs/nm-ovsdb.c
@@ -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);