diff options
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; |