aboutsummaryrefslogtreecommitdiff
path: root/include/salticidae/network.h
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-08-28 21:30:03 -0400
committerDeterminant <ted.sybil@gmail.com>2018-08-28 21:30:03 -0400
commit52e051cb6924266003ef21814b5ebaf2b7b45241 (patch)
tree42db678daa02d0665ef9b0f358d39233b57379af /include/salticidae/network.h
parent6de2e6d9ce2ab3d076ac667dc875e8fd71b919fa (diff)
...
Diffstat (limited to 'include/salticidae/network.h')
-rw-r--r--include/salticidae/network.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/salticidae/network.h b/include/salticidae/network.h
index ec112ad..4e966d1 100644
--- a/include/salticidae/network.h
+++ b/include/salticidae/network.h
@@ -207,8 +207,8 @@ class ClientNetwork: public MsgNetwork<OpcodeType> {
void send_msg(const MsgType &msg, const NetAddr &addr);
};
-class PeerNetworkError: public SalticidaeError {
- using SalticidaeError::SalticidaeError;
+class PeerNetworkError: public ConnPoolError {
+ using ConnPoolError::ConnPoolError;
};
/** Peer-to-peer network where any two nodes could hold a bi-diretional message