diff options
Diffstat (limited to 'source4/include/context.h')
-rw-r--r-- | source4/include/context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/context.h b/source4/include/context.h index dfb6ed1b8c..959793ab5e 100644 --- a/source4/include/context.h +++ b/source4/include/context.h @@ -331,6 +331,8 @@ struct server_context { struct timers_context timers; + struct dcesrv_context dcesrv; + /* the pid of the process handling this session */ pid_t pid; |