diff options
Diffstat (limited to 'accel-pppd/triton/triton_p.h')
-rw-r--r-- | accel-pppd/triton/triton_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pppd/triton/triton_p.h b/accel-pppd/triton/triton_p.h index 2bbccbd..6c9f884 100644 --- a/accel-pppd/triton/triton_p.h +++ b/accel-pppd/triton/triton_p.h @@ -24,10 +24,10 @@ struct _triton_context_t { struct list_head entry; struct list_head entry2; - + spinlock_t lock; struct _triton_thread_t *thread; - + struct list_head handlers; struct list_head timers; struct list_head pending_handlers; |