Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/ntvfs/common/brlock.c

    r414 r745  
    2727#include "includes.h"
    2828#include "system/filesys.h"
    29 #include "../tdb/include/tdb.h"
     29#include <tdb.h>
    3030#include "messaging/messaging.h"
    3131#include "lib/messaging/irpc.h"
     
    126126        return ops->brl_close(brl, brlh);
    127127}
     128
     129/*
     130 Get a number of locks associated with a open file.
     131*/
     132NTSTATUS brl_count(struct brl_context *brl,
     133                   struct brl_handle *brlh,
     134                   int *count)
     135{
     136        return ops->brl_count(brl, brlh, count);
     137}
Note: See TracChangeset for help on using the changeset viewer.