1740df596b
separated in/out signal descriptors
2019-02-06 13:14:38 +01:00
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
8e052eaa5e
do not send offsets of network node-types
2018-10-20 16:23:26 +02:00
d35971c26c
refactor: update copyright years
2018-08-20 18:40:03 +02:00
7bdab0c204
amqp: adapt to new signal code and separate node-type configuration into in/out sections
2018-08-20 18:30:01 +02:00
abdec22993
plugin: replace plugin_name() by type-specific wrappers
2018-08-20 18:16:44 +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
6150a36411
Changed all node_write() functions
2018-07-07 17:48:07 +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
ac77d7eb85
amqp: fix compiler warning about unused return value
2018-06-16 21:29:28 +02:00
f1d4bed4db
amqp: allow connection settings to be specified individually
2018-06-15 14:51:43 +02:00
4ba077d14e
io: remove state-less IO calls
2018-05-12 15:25:29 +02:00
c0313c7963
refactored: io_format -> format_type
2018-05-12 13:57:39 +02:00
c5e2776440
amqp: be more verbose in error message
2018-04-19 11:04:01 +02:00
0017d1bcb1
refactor: change include prefix
2018-02-04 16:40:52 +01:00
73ba58ade5
amqp: finish implementation of initial amqp support
2017-11-18 01:05:18 +01:00
2c5982436d
first pieces for RabbitMQ / AMQP node-type
2017-11-17 18:12:07 +01:00