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

example: fix invalid return value

This commit is contained in:
Steffen Vogel 2020-01-21 14:29:15 +01:00 committed by Steffen Vogel
parent 5b3829b317
commit 67d0a35317

View file

@ -88,7 +88,7 @@ int example_write(struct node *n, struct sample *smps[], unsigned cnt, unsigned
int example_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);
/** @see node_type::reverse */
char * example_reverse(struct node *n);
int example_reverse(struct node *n);
/** @see node_type::poll_fds */
int example_poll_fds(struct node *n, int fds[]);