From 2bde98c0ee67b4c60c5906b3b2f297cf4922c67c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 Dec 2003 22:24:33 +0000 Subject: the rest of the initial rpc server side infrastructure (This used to be commit 5fb01b0ec0321724c25669151ea7c20e6ec182d0) --- source4/include/context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/include/context.h') 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; -- cgit