|
f4e9b80737
|
Minor refactor and formatting changes
|
2024-02-11 01:09:21 -05:00 |
|
Nathan Fisher
|
3cb0883b4a
|
Fix previous commit by saving file;
|
2023-11-20 19:10:15 -05:00 |
|
Nathan Fisher
|
5a769bc36c
|
Remove include added by editor; Make sure to call pthread_cond_broadcast after pushing to mq in order to unblock threads;
|
2023-10-05 12:50:26 -04:00 |
|
|
d63b9f29d0
|
Send DevNodeSkipped message type when extracting device nodewithout root
priv
|
2023-10-03 13:16:25 -04:00 |
|
Nathan Fisher
|
7b94a728ae
|
Get device file ezxtraction working and tested
|
2023-10-03 01:53:59 -04:00 |
|
Nathan Fisher
|
ba46a2e048
|
Fix haggis_mq_pop function to return the EndOfArchive message while
leaving it in place for the next thread. Previously it was returning
'NULL' upon encountering this message type.
|
2023-09-18 18:28:40 -04:00 |
|
|
7ac9d7f973
|
Add mq tests; TODO: Find and fix segfault when popping last message;
|
2023-09-18 10:43:34 -04:00 |
|
Nathan Fisher
|
13d7682861
|
Added message queue in mq.c
|
2023-09-17 19:09:44 -04:00 |
|