.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "HPSB_SET_PACKET_COMPLETE_TASK" "9" "09 October 2005" "" "" .SH NAME hpsb_set_packet_complete_task \- set the task that runs when a packet .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void hpsb_set_packet_complete_task (struct hpsb_packet * \fIpacket\fB, void (*\fIroutine\fB) void *, void * \fIdata\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpacket\fB\fR the packet whose completion we want the task added to .TP \fB\fIroutine\fB\fR function to call .TP \fB\fIdata\fB\fR data (if any) to pass to the above function .SH "DESCRIPTION" .PP completes. You cannot call this more than once on a single packet before it is sent.