summaryrefslogtreecommitdiff
path: root/libnm/nm-client.h
diff options
context:
space:
mode:
authorAlfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>2016-08-10 11:54:32 +0200
committerThomas Haller <thaller@redhat.com>2016-08-17 16:08:20 +0200
commit6fb0de0a8bbcd61627bc1c764ec8e3b8d156f29e (patch)
tree0b64ed36218bfe914f72d0a76e1f078089025436 /libnm/nm-client.h
parent24b193ab641f63f3f8de770a40f0c7ec30ea04b5 (diff)
downloadNetworkManager-6fb0de0a8bbcd61627bc1c764ec8e3b8d156f29e.tar.gz
auth: check when setting statistics refresh rate
Diffstat (limited to 'libnm/nm-client.h')
-rw-r--r--libnm/nm-client.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libnm/nm-client.h b/libnm/nm-client.h
index e2a18b6172..5358ded4a0 100644
--- a/libnm/nm-client.h
+++ b/libnm/nm-client.h
@@ -98,6 +98,8 @@ G_BEGIN_DECLS
* DNS configuration
* @NM_CLIENT_PERMISSION_RELOAD: controls access to Reload.
* @NM_CLIENT_PERMISSION_CHECKPOINT_ROLLBACK: permission to create checkpoints.
+ * @NM_CLIENT_PERMISSION_ENABLE_DISABLE_STATISTICS: controls whether device
+ * statistics can be globally enabled or disabled
* @NM_CLIENT_PERMISSION_LAST: a reserved boundary value
*
* #NMClientPermission values indicate various permissions that NetworkManager
@@ -119,8 +121,9 @@ typedef enum {
NM_CLIENT_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNS = 12,
NM_CLIENT_PERMISSION_RELOAD = 13,
NM_CLIENT_PERMISSION_CHECKPOINT_ROLLBACK = 14,
+ NM_CLIENT_PERMISSION_ENABLE_DISABLE_STATISTICS = 15,
- NM_CLIENT_PERMISSION_LAST = 14,
+ NM_CLIENT_PERMISSION_LAST = 15,
} NMClientPermission;
/**