mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 10:10:07 +01:00
ovs: add FIXME about cancellable operations
This commit is contained in:
parent
c503f5b214
commit
af9ed3eb2f
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue