Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
7eb3e116
Unverified
Commit
7eb3e116
authored
Jul 06, 2019
by
Mohsen
Committed by
GitHub
Jul 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update listener.h
use the std::string type.
parent
4710806a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/pistache/listener.h
include/pistache/listener.h
+3
-3
No files found.
include/pistache/listener.h
View file @
7eb3e116
...
...
@@ -52,7 +52,7 @@ public:
void
init
(
size_t
workers
,
Flags
<
Options
>
options
=
Options
::
None
,
const
char
*
workersName
=
""
,
std
::
string
workersName
=
""
,
int
backlog
=
Const
::
MaxBacklog
);
void
setHandler
(
const
std
::
shared_ptr
<
Handler
>&
handler
);
...
...
@@ -66,7 +66,7 @@ public:
void
runThreaded
();
void
shutdown
();
Async
::
Promise
<
Load
>
requestLoad
(
const
Load
&
old
);
Options
options
()
const
;
...
...
@@ -88,7 +88,7 @@ private:
std
::
thread
acceptThread
;
size_t
workers_
;
char
workersName_
[
16
]
;
std
::
string
workersName_
;
std
::
shared_ptr
<
Handler
>
handler_
;
Aio
::
Reactor
reactor_
;
...
...
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