d3ff9f2d41
node: allow nodes to have multiple filedescriptors
2019-01-21 15:47:34 +01:00
8f7c8ae71e
update copyright year to 2019
2019-01-13 00:42:39 +01:00
d18d786801
refactor: list_* -> vlist_*
2019-01-07 10:28:55 +01:00
caf3e45960
workaround for C-compatability
2018-12-02 03:11:31 +01:00
30576ba7ad
refactoring: move config to villas/node/config.h
2018-11-30 21:00:53 +01:00
987a59a5aa
cpp: ported SuperNode
2018-11-30 20:46:59 +01:00
d35971c26c
refactor: update copyright years
2018-08-20 18:40:03 +02:00
ed9330a002
stats: adapt to new signal code and separate node-type configuration into in/out sections
2018-08-20 18:28:27 +02:00
60f55ec178
improve naming of struct node_type function pointers ( closes #150 )
2018-07-16 11:00:15 +02:00
Dennis Potter
72e627b327
Fixes #166 , all node interfaces are modified
...
The functions now look like this
int node_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);
int node_write(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);
This commit enables nodes to control how many samples will
be released by the framework through *release
2018-07-11 18:14:29 +02:00
Dennis Potter
4663f55e4b
Changed all node_read() functions to support a *cnt instead of cnt
2018-07-07 17:07:45 +02:00
0017d1bcb1
refactor: change include prefix
2018-02-04 16:40:52 +01:00
daniel-k
78d23294af
lib: add missing includes of string.h
2017-11-02 13:08:12 +01:00
702dc34052
c++: add proper casts from void *
2017-10-20 11:54:00 +02:00
fba30731aa
task: simplify interface
2017-09-16 15:33:01 +02:00
5e620942ce
adding new field "flags" to struct sample
2017-09-16 15:04:59 +02:00
a483a6e4e2
stats: refactored stats node type
2017-09-05 14:51:16 +02:00
9db9a9a1d3
fix invalid free
2017-09-05 10:50:25 +02:00
876a147842
fix memory leaks detected by valgrind
2017-09-05 01:09:34 +02:00
12973f9088
json: accept integers for floating point settings
2017-09-04 23:16:58 +02:00
9e354e7382
stats: fixes for new stats node type
2017-09-04 23:03:55 +02:00
375287cd52
stats: refactor stats_send hook into a new node-type
2017-09-03 10:54:11 +02:00