Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
6eb84227
Commit
6eb84227
authored
Sep 24, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cr: group related variables
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
429c4b53
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
cmd/ipfs/sockets/sockets_linux.go
cmd/ipfs/sockets/sockets_linux.go
+4
-2
No files found.
cmd/ipfs/sockets/sockets_linux.go
View file @
6eb84227
...
...
@@ -13,8 +13,10 @@ import (
var
log
=
logging
.
Logger
(
"socket-activation"
)
var
socketsMu
sync
.
Mutex
var
sockets
map
[
string
][]
manet
.
Listener
var
(
socketsMu
sync
.
Mutex
sockets
map
[
string
][]
manet
.
Listener
)
func
initSockets
()
{
if
sockets
!=
nil
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment