This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Suppress last remaining warnings.
main
Titouan Rigoudy
2 years ago
parent
78b71b501c
commit
80aa69558a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
client/src/client.rs
+ 2
- 0
client/src/client.rs
View File
@ -32,7 +32,9 @@ enum PeerState {
#[
derive(Debug)
]
struct
Peer
{
user_name
:
String
,
#[
allow(dead_code)
]
ip
:
net
::
Ipv4Addr
,
#[
allow(dead_code)
]
port
:
u16
,
connection_type
:
peer
::
PeerConnectionType
,
token
:
u32
,
Write
Preview
Loading…
Cancel
Save