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/lib/dummysmbd.c

    r414 r740  
    2424#include "includes.h"
    2525
    26 int get_client_fd(void)
    27 {
    28         return -1;
    29 }
    30 
    31 int find_service(fstring service)
     26int find_service(TALLOC_CTX *ctx, const char *service_in, char **p_service_out)
    3227{
    3328        return -1;
     
    3934}
    4035
    41 void cancel_pending_lock_requests_by_fid(files_struct *fsp, struct byte_range_lock *br_lck)
     36void cancel_pending_lock_requests_by_fid(files_struct *fsp,
     37                        struct byte_range_lock *br_lck,
     38                        enum file_close_type close_type)
    4239{
    4340}
    4441
    45 void send_stat_cache_delete_message(const char *name)
     42void send_stat_cache_delete_message(struct messaging_context *msg_ctx,
     43                                    const char *name)
    4644{
    4745}
     
    5957
    6058struct event_context *smbd_event_context(void)
    61 {
    62         return NULL;
    63 }
    64 
    65 struct messaging_context *smbd_messaging_context(void)
    6659{
    6760        return NULL;
Note: See TracChangeset for help on using the changeset viewer.