summaryrefslogtreecommitdiff
path: root/src/pulp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulp.c')
-rw-r--r--src/pulp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pulp.c b/src/pulp.c
index 7f69a4a..e472fb9 100644
--- a/src/pulp.c
+++ b/src/pulp.c
@@ -620,9 +620,8 @@ pulp_usec_t pulp_now(pulp_t *pulp)
* mailbox count will be advanced wether you do anything with the mailslot or
* not. It's up to you to define the contract for your fibers to agree on.
*/
-int pulp_fiber_get_mailslot(pulp_t *pulp, pulp_fiber_t *fiber, void ***res_mailslot)
+int pulp_fiber_get_mailslot(pulp_fiber_t *fiber, void ***res_mailslot)
{
- assert(pulp);
assert(fiber);
assert(res_mailslot);
© All Rights Reserved