summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/cli/nmcli.h')
-rw-r--r--clients/cli/nmcli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/cli/nmcli.h b/clients/cli/nmcli.h
index 1c4b4a2d89..a80d31e7ba 100644
--- a/clients/cli/nmcli.h
+++ b/clients/cli/nmcli.h
@@ -134,6 +134,7 @@ typedef struct _NmCli {
struct _NMPolkitListener *pk_listener; /* polkit agent listener */
int should_wait; /* Semaphore indicating whether nmcli should not end or not yet */
+ GQueue *waiting_calls; /* Calls queued until we didn't get a client */
gboolean nowait_flag; /* '--nowait' option; used for passing to callbacks */
gboolean mode_specified; /* Whether tabular/multiline mode was specified via '--mode' option */
union {