From ce037545dd28cd658f3037e8494089b9771177b1 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 16 Aug 2017 21:06:41 -0700 Subject: pipeutils: Add utils for pipe signals Add pipeutils.c with utility functions for working with pipes as signals across threads. Using pipes for signals makes it easy for the main thread to wait on (multiple) file descriptors with or without a timeout. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 73ead4b..99c8a2e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ redshift_SOURCES = \ gamma-dummy.c gamma-dummy.h \ hooks.c hooks.h \ location-manual.c location-manual.h \ + pipeutils.c pipeutils.h \ redshift.c redshift.h \ signals.c signals.h \ solar.c solar.h \ -- cgit v1.2.3-70-g09d2