diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-15 10:07:03 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-15 10:07:03 +0100 |
commit | f041360ac17bc032c7e5a4553372893e42ba68c6 (patch) | |
tree | 99c66c42e7a1fa41e139a334bab6fde39b79c735 /src/Utils.h | |
parent | 477782190324caf69445f59e2a9ce02152c06106 (diff) | |
download | dabmod-f041360ac17bc032c7e5a4553372893e42ba68c6.tar.gz dabmod-f041360ac17bc032c7e5a4553372893e42ba68c6.tar.bz2 dabmod-f041360ac17bc032c7e5a4553372893e42ba68c6.zip |
Check for prctl portability
Diffstat (limited to 'src/Utils.h')
-rw-r--r-- | src/Utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h index 8da3a1b..6a36baf 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -62,6 +62,7 @@ inline long timespecdiff_us(struct timespec& oldTime, struct timespec& time) // Set SCHED_RR with priority prio (0=lowest) int set_realtime_prio(int prio); +// Set the name of the thread void set_thread_name(const char *name); // Convert a channel like 10A to a frequency |