X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fprocess3.c;h=4568d97d1e3c4ee1280221fbf7f23ef1cd7f57e2;hb=51faabd1c82aa37c43f6521ae17c47ce62272754;hp=dfa30dbe389d56ab4cc24f5bf3206fde813c0d94;hpb=a5d6603b22bfb2332b084726633f6d13abc1d484;p=wsti_so.git diff --git a/src/process3.c b/src/process3.c index dfa30db..4568d97 100644 --- a/src/process3.c +++ b/src/process3.c @@ -23,6 +23,8 @@ int main(void) { /* Reading from process2 */ read_descriptor = open(read_pipe, O_RDONLY); + fprintf(stderr, "[%s] Init!\n", "process3"); + while(1) { /* Read data from input pipe */ count = read(read_descriptor, &buffer, sizeof(int));