s4:libcli/smb2: make sure only one idle event runs at a time
[kai/samba.git] / source4 / libcli / smb2 / smb2.h
index e8ccdd9dc0e458896c94dd5801dcd9d22fe043c0..6d66e7a7e405380f093339c6d682b144ea367100 100644 (file)
@@ -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 {