diff options
| author | Michael Biebl <biebl@debian.org> | 2018-02-07 02:39:23 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-02-07 02:39:23 +0100 |
| commit | 50f6b47074e01dffb8dc536c0a20961dcf28ae9b (patch) | |
| tree | b4bd771d78ebe38661b8c4ec8b9a8e0eb8261eb5 /src/nm-types.h | |
| parent | afcd268ea7b1149fbfb66bce4eca659b675da0a2 (diff) | |
New upstream version 1.10.4 upstream/1.10.4
Diffstat (limited to 'src/nm-types.h')
| -rw-r--r-- | src/nm-types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h index cc657397..02163f87 100644 --- a/src/nm-types.h +++ b/src/nm-types.h @@ -25,6 +25,8 @@ #error "nm-utils-private.h" must not be used outside of libnm-core/. Do you want "nm-core-internal.h"? #endif +#define _NM_SD_MAX_CLIENT_ID_LEN (sizeof (guint32) + 128) + /* core */ typedef struct _NMExportedObject NMExportedObject; typedef struct _NMActiveConnection NMActiveConnection; |