extern void bpc_frame_destroy

(struct CHANNEL_INSTANCE* inst,
  struct frame* f)

Deallocates a frame returned by bpc_frame_allocate, bpc_frame_read, or bpc_query_frame.

Documentation

Deallocates a frame returned by bpc_frame_allocate, bpc_frame_read, or bpc_query_frame.

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

Note that unlike bpc_message_destroy, this routine reaps exactly one frame (i.e., if the frame is the head of a linked list, it doesn't reap the entire chain.)

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

Home Alphabetic index



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