Пример #1
0
static void
mcaststream_reset_cb(void *ti_ptr)
{
    mcaststream_tapinfo_t *tapinfo = (mcaststream_tapinfo_t *)ti_ptr;
    if (tapinfo) {
        if (tapinfo->tap_reset) {
           tapinfo->tap_reset(tapinfo);
        }
        mcaststream_reset(tapinfo);
    }
}
Пример #2
0
static void
mcaststream_reset_cb(void *arg)
{
	mcaststream_reset((mcaststream_tapinfo_t *)arg);
}
Пример #3
0
static void
mcaststream_reset_cb(void *arg)
{
	mcaststream_reset(arg);
}