BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
4f36c1f
Branches
Tags
master
uproctrace
liblwpttr
src
timestamp.h
add exe and cwd to proc_begin
Stefan Schuermans
commited
4f36c1f
at 2020-05-17 11:16:27
timestamp.h
Blame
History
Raw
#ifndef LWPTTR_TIMESTAMP_H #define LWPTTR_TIMESTAMP_H #include <lwproctrace.pb-c.h> /** * @brief fill timestamp with current time * @param[in,out] timestamp initialized structure to set to current time */ void lwpttr_event_get_timestamp(struct _Lwproctrace__Timespec *timestamp); #endif /* #ifndef LWPTTR_TIMESTAMP_H */