mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -04:00
added compile option to use sanitizer and already fixed a few misalignment errors with it
This commit is contained in:
parent
941df6120a
commit
6a18e242bb
8 changed files with 35 additions and 12 deletions
|
@ -101,14 +101,20 @@ peerAddrInfo::peerAddrInfo()
|
|||
}
|
||||
|
||||
peerConnectState::peerConnectState()
|
||||
: connecttype(0),
|
||||
lastavailable(0),
|
||||
lastattempt(0),
|
||||
name(""),
|
||||
state(0), actions(0),
|
||||
source(0),
|
||||
inConnAttempt(0),
|
||||
wasDeniedConnection(false), deniedTS(false), deniedInConnAttempt(false)
|
||||
: dhtVisible(false),
|
||||
connecttype(0),
|
||||
actAsServer(false),
|
||||
lastavailable(0),
|
||||
lastattempt(0),
|
||||
name(""),
|
||||
state(0),
|
||||
actions(0),
|
||||
linkType(0),
|
||||
source(0),
|
||||
inConnAttempt(false),
|
||||
wasDeniedConnection(false),
|
||||
deniedTS(0),
|
||||
deniedInConnAttempt(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue