Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
426
Issues
426
List
Boards
Labels
Service Desk
Milestones
Merge Requests
66
Merge Requests
66
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
6fe1cd7f
Commit
6fe1cd7f
authored
Nov 04, 2019
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[970-implement-multi-threading-critical-section] Finished first version
parent
37e3e010
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/dhcpsrv/multi_threading_utils.h
src/lib/dhcpsrv/multi_threading_utils.h
+2
-2
No files found.
src/lib/dhcpsrv/multi_threading_utils.h
View file @
6fe1cd7f
...
...
@@ -16,11 +16,11 @@ namespace dhcp {
/// When called from a thread of the pool it can deadlock.
/// @brief Function stopping and joining all threads of the pool.
///
#
throw isc::NotImplemented until is implemented.
///
@
throw isc::NotImplemented until is implemented.
void
stop_pkt_processing
();
/// @brief Function (re)starting threads of the pool.
///
#
throw isc::NotImplemented until is implemented.
///
@
throw isc::NotImplemented until is implemented.
void
start_pkt_processing
();
/// @brief RAII class creating a critical section.
...
...
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