Added multithreaded server02 for handling query and insert requests, utility functions for byte operations in data.c, updated tests, and extended project configuration.
This commit is contained in:
@@ -21,4 +21,8 @@ add_executable(server01 server01.c
|
||||
server01.h
|
||||
${COMMON_SOURCES})
|
||||
|
||||
target_link_libraries(server01 PRIVATE wsock32 ws2_32 json-c::json-c)
|
||||
target_link_libraries(server01 PRIVATE wsock32 ws2_32 json-c::json-c)
|
||||
|
||||
|
||||
add_executable(server02 server02.c server02.h ${COMMON_SOURCES})
|
||||
target_link_libraries(server02 wsock32 ws2_32)
|
||||
Reference in New Issue
Block a user