mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
This commit is contained in:
commit
07c6826e1d
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
#include <villas/hook.h>
|
||||
#include <villas/format_type.h>
|
||||
|
||||
pthread_t re_pthread;
|
||||
static pthread_t re_pthread;
|
||||
|
||||
static int rtp_set_rate(struct node *n, double rate)
|
||||
{
|
||||
|
@ -309,7 +309,7 @@ int rtp_stop(struct node *n)
|
|||
int ret;
|
||||
struct rtp *r = (struct rtp *) n->_vd;
|
||||
|
||||
/*mem_deref(r->rs);*/
|
||||
mem_deref(r->rs);
|
||||
|
||||
ret = queue_signalled_close(&r->recv_queue);
|
||||
if (ret)
|
||||
|
|
Loading…
Add table
Reference in a new issue