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

    r414 r745  
    1919
    2020#include "includes.h"
     21#include "../lib/util/tevent_unix.h"
    2122
    2223#if WITH_PTHREADPOOL
    2324
    24 #include "pthreadpool.h"
     25#include "lib/pthreadpool/pthreadpool.h"
    2526
    2627struct fncall_state {
     
    8788        talloc_set_destructor(ctx, fncall_context_destructor);
    8889
    89         ctx->sig_fd = pthreadpool_sig_fd(ctx->pool);
     90        ctx->sig_fd = pthreadpool_signal_fd(ctx->pool);
    9091        if (ctx->sig_fd == -1) {
    9192                TALLOC_FREE(ctx);
Note: See TracChangeset for help on using the changeset viewer.