This branch contains some changes to original code to cast trought forgot variation of data types moved from a function to another, look up changes to understand my edit.
status struct has been initialized to {0, 0} to prevent errors, if any errors occurs while using it, the final code result on DB should not be affected.
also FDB_PRINT() has been modified to match the required data types as args on different calls.
Warning pulled from compiler fixed
OS tested:
RHEL 8
,RHEL 9
This branch contains some changes to original code to cast trought forgot variation of data types moved from a function to another, look up changes to understand my edit.
status
struct has been initialized to {0, 0} to prevent errors, if any errors occurs while using it, the final code result on DB should not be affected.also
FDB_PRINT()
has been modified to match the required data types as args on different calls.