diff options
Diffstat (limited to 'source4/ntptr/ntptr.h')
-rw-r--r-- | source4/ntptr/ntptr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntptr/ntptr.h b/source4/ntptr/ntptr.h index 3e95c3c5e1..7138a2fdfb 100644 --- a/source4/ntptr/ntptr.h +++ b/source4/ntptr/ntptr.h @@ -220,6 +220,7 @@ struct ntptr_ops { struct ntptr_context { const struct ntptr_ops *ops; void *private_data; + struct event_context *ev_ctx; struct loadparm_context *lp_ctx; }; |