unsigned int ready_fds_len;
/**
- * Do we own the network and file handlers referenced by the FdInfo
+ * Do we own the network and file handles referenced by the FdInfo
* structs in the fds array. This will only be GNUNET_YES if the
* task was created by the #GNUNET_SCHEDULER_add_select function.
*/
- int own_handlers;
+ int own_handles;
/**
* Absolute timeout value for the task, or
"destroying task %p\n",
t);
- if (GNUNET_YES == t->own_handlers)
+ if (GNUNET_YES == t->own_handles)
{
for (i = 0; i != t->fds_len; ++i)
{
t->callback_cls = task_cls;
t->read_fd = -1;
t->write_fd = -1;
- t->own_handlers = GNUNET_YES;
+ t->own_handles = GNUNET_YES;
read_nhandles = NULL;
write_nhandles = NULL;
read_fhandles = NULL;