Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vendor/current/source4/libcli/smb2/smb2.h

    r414 r740  
    104104                void (*func)(struct smb2_transport *, void *);
    105105                void *private_data;
    106                 uint_t period;
     106                unsigned int period;
    107107        } idle;
    108108
     
    146146        struct gensec_security *gensec;
    147147        uint64_t uid;
     148        uint32_t pid;
    148149        DATA_BLOB session_key;
    149150        bool signing_active;
     
    167168        /* each request is in one of 3 possible states */
    168169        enum smb2_request_state state;
    169        
     170
    170171        struct smb2_transport *transport;
    171172        struct smb2_session   *session;
     
    177178                bool do_cancel;
    178179                bool can_cancel;
    179                 uint32_t pending_id;
     180                uint64_t async_id;
    180181        } cancel;
    181182
     
    183184           or code detecting error. */
    184185        NTSTATUS status;
    185        
     186
    186187        struct smb2_request_buffer in;
    187188        struct smb2_request_buffer out;
Note: See TracChangeset for help on using the changeset viewer.