diff options
Diffstat (limited to 'source3/include/client.h')
-rw-r--r-- | source3/include/client.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 6486c76f83..e94c63e51f 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -139,6 +139,13 @@ struct cli_state { struct tevent_queue *outgoing; struct tevent_req **pending; + + struct { + uint64_t mid; + uint32_t pid; + uint32_t tid; + uint64_t uid; + } smb2; }; struct file_info { |