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:
parent
5b3829b317
commit
67d0a35317
1 changed files with 1 additions and 1 deletions
|
@ -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[]);
|
||||
|
|
Loading…
Add table
Reference in a new issue