diff options
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r-- | source3/smbd/globals.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 559f8fb24e..020e1bcdde 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -113,7 +113,8 @@ extern int32_t exclusive_oplocks_open; extern int32_t level_II_oplocks_open; extern struct kernel_oplocks *koplocks; -extern int am_parent; +struct smbd_parent_context; +extern struct smbd_parent_context *am_parent; extern struct memcache *smbd_memcache_ctx; extern bool exit_firsttime; struct child_pid; |