4th large bugfix set

git-svn-id: svn://code.dyne.org/veejay/trunk@799 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2007-02-17 16:22:57 +00:00
parent 9b14cf5245
commit dd09ebcb06
14 changed files with 229 additions and 201 deletions

View File

@@ -40,6 +40,7 @@ typedef struct vj_server_t {
void **protocol;
char *recv_buf;
int send_size;
int recv_size;
} vj_server;
vj_server *vj_server_alloc(int port, char *mcast_group_name, int type);