Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uva
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
uva
Commits
f0b0d329
Commit
f0b0d329
authored
Nov 06, 2010
by
Sander Mathijs van Veen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://vo20.nl/git/uva
parents
5296f7b1
f9a481b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
os/ass3/fishbones.c
os/ass3/fishbones.c
+5
-5
No files found.
os/ass3/fishbones.c
View file @
f0b0d329
...
...
@@ -170,12 +170,12 @@ main(int argc, char * argv[])
perror
(
"Cannot write to pipe
\n
"
);
exit
(
1
);
}
if
(
c
==
'P'
)
wait
(
NULL
);
}
else
{
if
(
c
==
'P'
)
wait
(
NULL
);
pid_t
child_id
;
kiddoCount
++
;
...
...
@@ -192,8 +192,8 @@ main(int argc, char * argv[])
gup
(
log1
,
log2
,
pipe_id
,
kiddoCount
);
break
;
default:
fprintf
(
log1
,
"Started child process %d
\n
"
,
child_id
);
fprintf
(
log2
,
"Started child process %d
\n
"
,
child_id
);
fprintf
(
log1
,
"Started child process %d
with id %d
\n
"
,
kiddoCount
,
child_id
);
fprintf
(
log2
,
"Started child process %d
with id %d
\n
"
,
kiddoCount
,
child_id
);
}
}
}
...
...
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