diff options
Diffstat (limited to 'src/glibext/workgroup.h')
-rw-r--r-- | src/glibext/workgroup.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glibext/workgroup.h b/src/glibext/workgroup.h index 1a003c8..f40155e 100644 --- a/src/glibext/workgroup.h +++ b/src/glibext/workgroup.h @@ -47,6 +47,11 @@ DECLARE_GTYPE(GWorkGroup, g_work_group, G, WORK_GROUP); */ typedef uint64_t wgroup_id_t; +/** + * Marque de non initialisation. + */ +#define INVALID_GROUP_ID 0 + /* Crée un nouveau thread dédié à un type de travaux donné. */ GWorkGroup *g_work_group_new(wgroup_id_t, guint); |