- Continue LibLog migration.
This commit is contained in:
parent
bf2a95a5d2
commit
67e20bbd87
1011
lib/libnode.c
1011
lib/libnode.c
File diff suppressed because it is too large
Load Diff
@ -118,6 +118,14 @@ NDT_Base NDG_Base =
|
||||
};
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------*/
|
||||
/* */
|
||||
/*------------------------------------------------------------------------------*/
|
||||
|
||||
#define ND_LIBNODE_OPEN_CHECK() if( NDG_Base.Open_Status != NDD_TRUE) { LG_LOG_ERROR_0( "LibNode library is not opened"); return( NDS_ERRAPI); }
|
||||
#define ND_NOT_NULL_CHECK( ptr, msg) if( !(ptr)) { LG_LOG_ERROR_1( "%s is null", (msg)); return( NDS_ERRAPI); }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user