mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Implement Regist Request
This commit is contained in:
parent
a0476c1f51
commit
42cca4618f
7 changed files with 335 additions and 9 deletions
|
@ -31,7 +31,8 @@ set(HEADER_FILES
|
|||
include/chiaki/controller.h
|
||||
include/chiaki/takionsendbuffer.h
|
||||
include/chiaki/time.h
|
||||
include/chiaki/fec.h)
|
||||
include/chiaki/fec.h
|
||||
include/chiaki/regist.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -65,7 +66,8 @@ set(SOURCE_FILES
|
|||
src/controller.c
|
||||
src/takionsendbuffer.c
|
||||
src/time.c
|
||||
src/fec)
|
||||
src/fec
|
||||
src/regist.c)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue