extern void bpc_message_destroy

(struct CHANNEL_INSTANCE* inst,
  struct frame* f)

Deallocates a frame returned by bpc_query, or bpc_query_message,

Documentation

Deallocates a frame returned by bpc_query, or bpc_query_message,

It is important to call this routine as soon as practical, since it updates the receive window size.

Note that unlike bpc_frame_destroy, this routine reaps every frame in the linked list.

Parameters:
inst - A pointer to the channel-instance structure.
f - A pointer to the first frame of the message to be reaped.

Home Alphabetic index



This page was generated with the help of DOC++.