Updating everything to use the new userspace format

This commit is contained in:
2023-11-20 09:48:05 -06:00
parent 3f3579bacc
commit 1b22dc64bb
20 changed files with 258 additions and 286 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#define _PROCESS_RECORD_RESULT_H
typedef enum {
PROCESS_RECORD_RETURN_TRUE,
PROCESS_RECORD_RETURN_FALSE,
PROCESS_RECORD_CONTINUE
} process_record_result_t;