Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
174694b4
Commit
174694b4
authored
May 06, 2020
by
Andreas Schmidt
Browse files
-= redundant PrrtTimer_create()
parent
e73683dc
Pipeline
#4475
failed with stages
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
prrt/proto/socket.c
View file @
174694b4
...
@@ -86,8 +86,6 @@ PrrtSocket *PrrtSocket_create(prrtByteCount_t maximum_payload_size, prrtTimedelt
...
@@ -86,8 +86,6 @@ PrrtSocket *PrrtSocket_create(prrtByteCount_t maximum_payload_size, prrtTimedelt
s
->
isHardwareTimestamping
=
false
;
s
->
isHardwareTimestamping
=
false
;
s
->
interfaceName
=
NULL
;
s
->
interfaceName
=
NULL
;
s
->
retransmissionTimer
=
PrrtTimer_create
(
3
);
s
->
isThreadPinning
=
false
;
s
->
isThreadPinning
=
false
;
PrrtClock_init
(
&
s
->
clock
);
PrrtClock_init
(
&
s
->
clock
);
...
...
Write
Preview
Supports
Markdown
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