logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lc_channel_rq - return lcrq handle for channel

Description

       The lc_channel_rq function returns the lcrq (RaptorQ) handle for channel chan.

Errors

       None.

Library

       Librecast library (liblibrecast, -llibrecast)

Name

       lc_channel_rq - return lcrq handle for channel

Return Value

       The  lc_channel_rq  function returns a pointer to the lcrq handle associated with the channel, or NULL if
       none set.

See Also

lc_ctx_new(3), lc_ctx_free(3), lc_channel_new(3), lcrq(7)

LIBRECAST                                          2023-07-23                                   LC_CHANNEL_RQ(3)

Synopsis

#include<librecast/net.h>rq_t*lc_channel_rq(lc_channel_t*chan);

       Compile and link with -llibrecast.

See Also