diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-11-22 10:10:30 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-29 16:00:08 +0100 |
commit | 04fa5b4957d4d668be612ded509d6d6c8070d270 (patch) | |
tree | 94a70056b26f58862780313e14db5ed6269f8fda /source4/libcli/smb2/smb2.h | |
parent | 51a7201a12856a11695ecb1b769c31fedf984e9c (diff) | |
download | samba-04fa5b4957d4d668be612ded509d6d6c8070d270.tar.gz samba-04fa5b4957d4d668be612ded509d6d6c8070d270.tar.xz samba-04fa5b4957d4d668be612ded509d6d6c8070d270.zip |
s4:libcli/smb2: make sure only one idle event runs at a time
metze
Diffstat (limited to 'source4/libcli/smb2/smb2.h')
-rw-r--r-- | source4/libcli/smb2/smb2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h index e8ccdd9dc0e..6d66e7a7e40 100644 --- a/source4/libcli/smb2/smb2.h +++ b/source4/libcli/smb2/smb2.h @@ -75,6 +75,7 @@ struct smb2_transport { void (*func)(struct smb2_transport *, void *); void *private_data; unsigned int period; + struct tevent_timer *te; } idle; struct { |