Changeset 745 for trunk/server/source3/lib/fncall.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/lib/fncall.c
r414 r745 19 19 20 20 #include "includes.h" 21 #include "../lib/util/tevent_unix.h" 21 22 22 23 #if WITH_PTHREADPOOL 23 24 24 #include " pthreadpool.h"25 #include "lib/pthreadpool/pthreadpool.h" 25 26 26 27 struct fncall_state { … … 87 88 talloc_set_destructor(ctx, fncall_context_destructor); 88 89 89 ctx->sig_fd = pthreadpool_sig _fd(ctx->pool);90 ctx->sig_fd = pthreadpool_signal_fd(ctx->pool); 90 91 if (ctx->sig_fd == -1) { 91 92 TALLOC_FREE(ctx);
Note:
See TracChangeset
for help on using the changeset viewer.