summaryrefslogtreecommitdiffstats
path: root/src/core/network/network.h
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2021-01-24 21:17:02 +0100
committercomex <comexk@gmail.com>2021-02-28 23:25:31 +0100
commit2910aa77b2feea39fc0618598e275b138a346e71 (patch)
tree2760d0c2914c672ae2cd2450851e4feda3b053e5 /src/core/network/network.h
parentMerge pull request #6007 from bunnei/ldn-error (diff)
downloadyuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar
yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.gz
yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.bz2
yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.lz
yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.xz
yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.zst
yuzu-2910aa77b2feea39fc0618598e275b138a346e71.zip
Diffstat (limited to '')
-rw-r--r--src/core/network/network.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/network/network.h b/src/core/network/network.h
index 76b2821f2..bd30f1899 100644
--- a/src/core/network/network.h
+++ b/src/core/network/network.h
@@ -7,6 +7,7 @@
#include <array>
#include <utility>
+#include "common/common_funcs.h"
#include "common/common_types.h"
namespace Network {
@@ -21,6 +22,11 @@ enum class Errno {
MFILE,
NOTCONN,
AGAIN,
+ CONNREFUSED,
+ HOSTUNREACH,
+ NETDOWN,
+ NETUNREACH,
+ OTHER,
};
/// Address families