Changeset 745 for trunk/server/source4/ntvfs/ntvfs.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/ntvfs/ntvfs.h
r414 r745 25 25 #include "param/share.h" 26 26 #include "librpc/gen_ndr/security.h" 27 #include "librpc/gen_ndr/server_id .h"27 #include "librpc/gen_ndr/server_id4.h" 28 28 29 29 /* modules can use the following to determine if the interface has changed */ … … 210 210 211 211 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; 215 214 } client; 216 215 … … 334 333 struct messaging_context; 335 334 #include "librpc/gen_ndr/security.h" 336 #include "librpc/gen_ndr/ notify.h"335 #include "librpc/gen_ndr/s4_notify.h" 337 336 #include "ntvfs/ntvfs_proto.h" 338 337
Note:
See TracChangeset
for help on using the changeset viewer.