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
Open sidebar
GUYOT DOMINIQUE
paraload-ng
Commits
75297056
Commit
75297056
authored
Jan 19, 2022
by
GUYOT DOMINIQUE
Browse files
Modify process to correctly use parser
parent
d41d5022
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
process.cpp
process.cpp
+1
-1
No files found.
process.cpp
View file @
75297056
...
...
@@ -142,7 +142,7 @@ int main(int argc, char** argv){
Process
*
pr
=
new
Process
(
"cat #chunkin# > #chunkout# && sleep 1"
,
"/dev/shm/"
);
Parser
*
pa
=
new
Parser
(
string
(
argv
[
1
]),
string
(
">"
));
pr
->
write_chunkin
(
pa
->
get_
chunk
(
4
));
pr
->
write_chunkin
(
pa
->
get_
atomic
(
4
));
pr
->
run
();
cout
<<
pr
->
rtime
<<
endl
;
cout
<<
pr
->
utime
<<
endl
;
...
...
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