Changeset 988 for vendor/current/source3/smbd/statcache.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/statcache.c
r746 r988 22 22 23 23 #include "includes.h" 24 #include " memcache.h"24 #include "../lib/util/memcache.h" 25 25 #include "smbd/smbd.h" 26 26 #include "messages.h" … … 350 350 **************************************************************************/ 351 351 352 void s end_stat_cache_delete_message(struct messaging_context *msg_ctx,353 352 void smbd_send_stat_cache_delete_message(struct messaging_context *msg_ctx, 353 const char *name) 354 354 { 355 355 #ifdef DEVELOPER … … 387 387 ***************************************************************/ 388 388 389 unsigned int fast_string_hash( structTDB_DATA *key)389 unsigned int fast_string_hash(TDB_DATA *key) 390 390 { 391 391 unsigned int n = 0;
Note:
See TracChangeset
for help on using the changeset viewer.