aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gps/gps.h')
-rw-r--r--apps/gps/gps.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/gps/gps.h b/apps/gps/gps.h
index 0607e5796..499a6164f 100644
--- a/apps/gps/gps.h
+++ b/apps/gps/gps.h
@@ -10,6 +10,9 @@
#include <stdbool.h>
-static bool gps_thread_should_exit; /**< Deamon status flag */
+struct arg_struct {
+ int *fd_ptr;
+ bool *thread_should_exit_ptr;
+};
#endif /* GPS_H_ */