ao_send_acq_to_stream.h
Sending acquired memory blocks to streams

Include

ao_send_acq.h
ao_stream4acq.h

Functions

ao_send_acq_to_stream

void ao_send_acq_to_stream
(
    ao_send_acq_t * s, 
    ao_spush_acq_t * p
);

Sets up a sending of an acquired memory block to push an acquired memory block to a stream.

ao_send_acq_to_stream_override

void ao_send_acq_to_stream_override
(
    ao_send_acq_t * s, 
    ao_spush_acq_t * p
);

Sets up a sending of an acquired memory block to push an acquired memory block to a stream, overriding old data if the stream is full.