paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Variables
afh_recv.c File Reference

Receiver for streaming local files. More...

#include <regex.h>
#include <sys/types.h>
#include <lopsub.h>
#include "recv_cmd.lsg.h"
#include "para.h"
#include "error.h"
#include "list.h"
#include "sched.h"
#include "buffer_tree.h"
#include "recv.h"
#include "string.h"
#include "fd.h"
#include "afh.h"

Variables

const struct receiver lsg_recv_cmd_com_afh_user_data
 

Detailed Description

Receiver for streaming local files.

Variable Documentation

◆ lsg_recv_cmd_com_afh_user_data

const struct receiver lsg_recv_cmd_com_afh_user_data
Initial value:
= {
.open = afh_recv_open,
.close = afh_recv_close,
.pre_monitor = afh_recv_pre_monitor,
.post_monitor = afh_recv_post_monitor,
.execute = afh_execute,
}