mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add stub ChiakiDiscoveryService
This commit is contained in:
parent
661b410db1
commit
040c9af841
3 changed files with 72 additions and 2 deletions
|
@ -25,7 +25,8 @@ set(HEADER_FILES
|
|||
include/chiaki/discovery.h
|
||||
include/chiaki/congestioncontrol.h
|
||||
include/chiaki/stoppipe.h
|
||||
include/chiaki/reorderqueue.h)
|
||||
include/chiaki/reorderqueue.h
|
||||
include/chiaki/discoveryservice.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -53,7 +54,8 @@ set(SOURCE_FILES
|
|||
src/discovery.c
|
||||
src/congestioncontrol.c
|
||||
src/stoppipe.c
|
||||
src/reorderqueue.c)
|
||||
src/reorderqueue.c
|
||||
src/discoveryservice.c)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue