dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
wsti_so.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117071b
)
Fix comments.
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Fri, 20 Jun 2014 18:13:38 +0000
(20:13 +0200)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Fri, 20 Jun 2014 18:13:38 +0000
(20:13 +0200)
src/process3.c
patch
|
blob
|
history
diff --git
a/src/process3.c
b/src/process3.c
index d5be26a12c2088dfe48748cb46ed1785757e5ae1..f06a381014d060f61d11baafe896d8d911b75282 100644
(file)
--- a/
src/process3.c
+++ b/
src/process3.c
@@
-9,11
+9,11
@@
#define BUFFER_STEP 16
/**
- * Program grabs data
from process1, calculates number of characters in each line
- *
and pass the value to process3
.
+ * Program grabs data
(calculated number of characters) from process2 and prints
+ *
grabbed data to the standard output
.
*/
int main(void) {
- /** Named pipe used to communicate with process
1
*/
+ /** Named pipe used to communicate with process
2
*/
char * read_pipe = "/tmp/process2pipe";
int read_descriptor;