summaryrefslogtreecommitdiff
path: root/source3/lib/pthreadpool/tests.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-04-24 10:09:45 +0200
committerVolker Lendecke <vl@samba.org>2011-04-25 09:50:32 +0200
commitf4a0f856f31291dd316a937f8060d2f205e8d4d6 (patch)
tree61d622c0313252607f4be984d34e58ffdd08a769 /source3/lib/pthreadpool/tests.c
parent3c405f5e1d81d33a01ab822aeba93634338d5b25 (diff)
downloadsamba-f4a0f856f31291dd316a937f8060d2f205e8d4d6.tar.gz
samba-f4a0f856f31291dd316a937f8060d2f205e8d4d6.tar.bz2
samba-f4a0f856f31291dd316a937f8060d2f205e8d4d6.zip
s3: pthreadpool_sig_fd->pthreadpool_signal_fd
Diffstat (limited to 'source3/lib/pthreadpool/tests.c')
-rw-r--r--source3/lib/pthreadpool/tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/pthreadpool/tests.c b/source3/lib/pthreadpool/tests.c
index d365fbd5b6..667ee01784 100644
--- a/source3/lib/pthreadpool/tests.c
+++ b/source3/lib/pthreadpool/tests.c
@@ -120,7 +120,7 @@ static int test_busydestroy(void)
return -1;
}
- pfd.fd = pthreadpool_sig_fd(p);
+ pfd.fd = pthreadpool_signal_fd(p);
pfd.events = POLLIN|POLLERR;
poll(&pfd, 1, -1);
@@ -202,7 +202,7 @@ static int test_threaded_addjob(int num_pools, int num_threads, int poolsize,
strerror(ret));
return -1;
}
- pfds[i].fd = pthreadpool_sig_fd(pools[i]);
+ pfds[i].fd = pthreadpool_signal_fd(pools[i]);
pfds[i].events = POLLIN|POLLHUP;
}