aboutsummaryrefslogtreecommitdiff
path: root/src/pth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pth.h')
-rw-r--r--src/pth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pth.h b/src/pth.h
index b748543..6a06579 100644
--- a/src/pth.h
+++ b/src/pth.h
@@ -10,6 +10,7 @@ struct prne_worker {
void (*fin)(void*);
void (*free_ctx)(void*);
pth_t pth;
+ pth_attr_t attr;
};
typedef struct prne_worker prne_worker_t;