BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
81bf78b
Branches
Tags
master
uproctrace
liblwptev
include
liblwptev
proc_end.h
lwpttr -> lwptev
Stefan Schuermans
commited
81bf78b
at 2020-05-17 18:09:10
proc_end.h
Blame
History
Raw
#ifndef LWPTTR_PROC_END_H #define LWPTTR_PROC_END_H #include <stdlib.h> /** * @brief make a process end event * @param[out] *data pointer to event data (malloc-ed) * @param[out] *size size of data * @return 0 on success (*data, *size set), * -1 on error (*data = NULL, *size = 0) */ int lwptev_proc_end(void **data, size_t *size); #endif /* #ifndef LWPTTR_PROC_END_H */