VDP's data packet A packet of data transferred through VDP's channels.
void prt_packet_release(prt_packet_t *packet)
Release a packet. Decrements the number of active references. Destroys the packet when the last refer...
struct prt_packet_s prt_packet_t
VDP's data packet A packet of data transferred through VDP's channels.
prt_packet_t * prt_packet_new(size_t data_size)
packet constructor Sets the number of references to one.