This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
stellar-stellar
Archived
Watch
1
Star
0
Fork
0
You've already forked stellar-stellar
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
83bffdd008091a493c17d9ed7eb0690c2eaafb4e
stellar-stellar
/
src
/
stellar
/
main.cpp
6 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
refactor: session module (split to define/utils/pool/table/timer/transition/manager)
2024-06-25 10:32:51 +08:00
#
include
"stellar_utils.h"
Adjust thread index type to uint16 for future expansion & Organize stellar directory files
2024-04-25 16:48:50 +08:00
int
main
(
int
argc
,
char
*
*
argv
)
{
Optimize integration testing - Add injection package plug-in - Add libstellar_dynamic.so to facilitate unit testing of upper-level plug-ins
2024-05-28 10:26:29 +08:00
return
stellar_main
(
argc
,
argv
)
;
Adjust thread index type to uint16 for future expansion & Organize stellar directory files
2024-04-25 16:48:50 +08:00
}
Reference in New Issue
Copy Permalink