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

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/ntvfs/ntvfs.h

    r414 r740  
    2525#include "param/share.h"
    2626#include "librpc/gen_ndr/security.h"
    27 #include "librpc/gen_ndr/server_id.h"
     27#include "librpc/gen_ndr/server_id4.h"
    2828
    2929/* modules can use the following to determine if the interface has changed */
     
    210210
    211211        struct {
    212                 void *private_data;
    213                 struct socket_address *(*get_my_addr)(void *private_data, TALLOC_CTX *mem_ctx);
    214                 struct socket_address *(*get_peer_addr)(void *private_data, TALLOC_CTX *mem_ctx);
     212                const struct tsocket_address *local_address;
     213                const struct tsocket_address *remote_address;
    215214        } client;
    216215
     
    334333struct messaging_context;
    335334#include "librpc/gen_ndr/security.h"
    336 #include "librpc/gen_ndr/notify.h"
     335#include "librpc/gen_ndr/s4_notify.h"
    337336#include "ntvfs/ntvfs_proto.h"
    338337
Note: See TracChangeset for help on using the changeset viewer.