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/source3/smbd/statcache.c

    r414 r740  
    2222
    2323#include "includes.h"
     24#include "memcache.h"
     25#include "smbd/smbd.h"
     26#include "messages.h"
     27#include "smbprofile.h"
     28#include <tdb.h>
    2429
    2530/****************************************************************************
     
    336341**************************************************************************/
    337342
    338 void send_stat_cache_delete_message(const char *name)
     343void send_stat_cache_delete_message(struct messaging_context *msg_ctx,
     344                                    const char *name)
    339345{
    340346#ifdef DEVELOPER
    341         message_send_all(smbd_messaging_context(),
     347        message_send_all(msg_ctx,
    342348                        MSG_SMB_STAT_CACHE_DELETE,
    343349                        name,
     
    372378***************************************************************/
    373379
    374 unsigned int fast_string_hash(TDB_DATA *key)
     380unsigned int fast_string_hash(struct TDB_DATA *key)
    375381{
    376382        unsigned int n = 0;
Note: See TracChangeset for help on using the changeset viewer.