mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-19 22:19:51 +00:00
add build system using Core Library
This commit is contained in:
19
lib/core/include/core_param.h
Normal file
19
lib/core/include/core_param.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __CORE_PARAM_H__
|
||||
#define __CORE_PARAM_H__
|
||||
|
||||
#define MAX_NUM_OF_THREAD 128
|
||||
#define MAX_NUM_OF_THREADATTR MAX_NUM_OF_THREAD
|
||||
#define MAX_NUM_OF_MUTEX 512
|
||||
#define MAX_NUM_OF_COND 512
|
||||
#define MAX_NUM_OF_RWLOCK 512
|
||||
#define MAX_NUM_OF_SEMAPHORE 512
|
||||
|
||||
#define MAX_NUM_OF_FILE 256
|
||||
#define MAX_FILENAME_SIZE 256
|
||||
#define MAX_DIRNAME_SIZE 256
|
||||
|
||||
#define MAX_NUM_OF_TIMER 1024
|
||||
|
||||
#define MAX_SIG_DESC_SIZE 256
|
||||
|
||||
#endif /* ! __CORE_PARAM_H__ */
|
||||
Reference in New Issue
Block a user