1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

24 commits

Author SHA1 Message Date
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
88295bb7cd stats: only collect stats of required meta-data is available 2018-11-30 21:37:52 +01:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
abdec22993 plugin: replace plugin_name() by type-specific wrappers 2018-08-20 18:16:44 +02:00
c7a01a1da6 hook: fix initialization 2018-08-17 12:40:03 +02:00
b366408634 stats: remove broken processing time statistic 2018-08-17 11:20:02 +02:00
99ee9a08b7 hooks: simplifying hooks system by consolidating read, write, and processing into a single process callback 2018-08-17 11:15:51 +02:00
4fc0392650 hooks: fix whitespace alignment 2018-08-17 10:55:00 +02:00
1f16b4bf07 refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref} 2018-08-13 00:00:09 +02:00
47b600efb7 hooks: fixed null pointer dereference in stats hook 2018-04-04 08:29:54 +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
edd0c63d13 renamed stats hook 2017-09-05 15:00:22 +02:00
3eb629d9d5 various bug fixes from todays debugging session 2017-03-29 04:25:30 +02:00
38a983b26e yet another rewrite of the hook system 2017-03-27 12:26:11 +02:00
8c8a2c57b7 the hook callback shall return 0 in case of success.
the number of returned samples is now updated in the passed hook_info::count
2017-03-20 09:14:30 -03:00
8613ee688e use name method for storing hook private data as for nodes 2017-03-20 09:13:01 -03:00
8e53725c33 improved configuration file format for hooks 2017-03-17 02:52:59 -03:00
5b93da867a refactoring: simplified hook system 2017-03-17 01:08:48 -03:00
bd238dfebd remove history field of hook structure as this is now obsolete.
use the reference counting to keep copies of older samples
2017-03-14 11:24:06 -03:00
0b06a77c15 add macros to get plugin name and description from pointer to plugin specific data 2017-03-07 07:12:24 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
c84df390bc renamed hook related files 2016-11-20 13:11:37 -05:00
Renamed from lib/hooks/hooks-stats.c (Browse further)