diff options
Diffstat (limited to 'accel-pptpd/triton/triton_p.h')
-rw-r--r-- | accel-pptpd/triton/triton_p.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/accel-pptpd/triton/triton_p.h b/accel-pptpd/triton/triton_p.h index f6fb678..7770214 100644 --- a/accel-pptpd/triton/triton_p.h +++ b/accel-pptpd/triton/triton_p.h @@ -38,13 +38,13 @@ struct _triton_context_t ucontext_t uctx; - int queued:1; - int sleeping:1; - int wakeup:1; - int need_close:1; - int need_free:1; - int pending:1; - int priority:1; + int queued; + int sleeping; + int wakeup; + int need_close; + int need_free; + int pending; + int priority; struct triton_context_t *ud; void *bf_arg; |