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 / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
7a65ac70
Commit
7a65ac70
authored
Dec 12, 2018
by
Thomas Markwalder
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Restored missing lock in packet_queue_ring.h
modified: src/lib/dhcp/packet_queue_ring.h
parent
c05b8796
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/lib/dhcp/packet_queue_ring.h
src/lib/dhcp/packet_queue_ring.h
+1
-0
No files found.
src/lib/dhcp/packet_queue_ring.h
View file @
7a65ac70
...
...
@@ -105,6 +105,7 @@ public:
/// @param to specifies the end of the queue to which the packet
/// should be added.
virtual
void
pushPacket
(
PacketTypePtr
&
packet
,
const
QueueEnd
&
to
=
QueueEnd
::
BACK
)
{
isc
::
util
::
thread
::
Mutex
::
Locker
lock
(
mutex_
);
if
(
to
==
QueueEnd
::
BACK
)
{
queue_
.
push_back
(
packet
);
}
else
{
...
...
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