Updating everything to use the new userspace format
This commit is contained in:
9
dgvigil/definitions/process_record.h
Normal file
9
dgvigil/definitions/process_record.h
Normal 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;
|
||||
Reference in New Issue
Block a user