Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fredix
ncs
Commits
257ff17b
Commit
257ff17b
authored
Apr 12, 2013
by
fred
Browse files
zerogw payload api refactoring
parent
b4a57619
Changes
1
Hide whitespace changes
Inline
Side-by-side
service.cpp
View file @
257ff17b
...
...
@@ -54,7 +54,9 @@ void ZerogwProxy::init()
QString
uri
=
"ipc://"
+
m_ncs_params
.
base_directory
+
"/payloads"
;
worker_payload
->
bind
(
uri
.
toLatin1
());
for
(
int
i
=
0
;
i
<
2
;
i
++
)
// 4 threads to receive HTTP payload from zerogw API
// should be enough for everybody :)
for
(
int
i
=
0
;
i
<
4
;
i
++
)
{
api_payload_thread
[
i
]
=
QSharedPointer
<
Api_payload
>
(
new
Api_payload
(
m_ncs_params
.
base_directory
,
0
));
}
...
...
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