Skip to content

Commit

Permalink
Merge a751ff8 into 0f05846
Browse files Browse the repository at this point in the history
  • Loading branch information
ossama-othman committed Nov 29, 2022
2 parents 0f05846 + a751ff8 commit edbf46a
Show file tree
Hide file tree
Showing 9 changed files with 802 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ tests/test-listener-manager
tests/test-sockaddr
tests/test-addr-info
tests/test-murmur-hash
tests/test-sspi

tests/mptcpwrap-tester
tests/*.log
tests/*.trs
Expand Down
3 changes: 3 additions & 0 deletions include/mptcpd/path_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#include <mptcpd/export.h>
#include <mptcpd/types.h>

#include <stdbool.h>


#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit edbf46a

Please sign in to comment.