Skip to content
Failed

Changes

Summary

  1. Source: Switch start_server to struct argument (#30) (commit: 6c40d6d) (details)
  2. Server.*: Use the typedef of the struct in start_server (commit: c04eb57) (details)
Commit 6c40d6d53ba4246eefc675cd40c82a320b76560c by noreply
Source: Switch start_server to struct argument (#30)

This function arguments were getting a bit too long
so lets switch it to a struct argument containing the required
fields.
(commit: 6c40d6d)
The file was addedSource/Server/Structs/StartStruct.h
The file was modified CMakeLists.txt (diff)
The file was modified Source/Server/Server.c (diff)
The file was modified Source/Main.c (diff)
The file was modified Source/Server/CMakeLists.txt (diff)
The file was modified Source/Server/Server.h (diff)
The file was modified CONTRIBUTORS.md (diff)
Commit c04eb57cc0853ed33c7faadc51b6028946e2dead by 16738302+Haxk20
Server.*: Use the typedef of the struct in start_server
(commit: c04eb57)
The file was modified Source/Server/Server.h (diff)
The file was modified Source/Server/Server.c (diff)