X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fprocess2.c;h=b6dff4b8d2fa0703405cf9ee49e97793ee01d5e3;hb=aaee22da13ed0c8d7b85f22c58ff31a7fc346f25;hp=4db50e07f72c1ad7593bbfd6f8ef7aad9a568088;hpb=a5d6603b22bfb2332b084726633f6d13abc1d484;p=wsti_so.git diff --git a/src/process2.c b/src/process2.c index 4db50e0..b6dff4b 100644 --- a/src/process2.c +++ b/src/process2.c @@ -45,7 +45,9 @@ int main(void) { write_descriptor = open(write_pipe, O_WRONLY); int number_of_characters = 0; - + + fprintf(stderr, "[%s] Init!\n", "process2"); + while(1) { /* Read data from input pipe */ count = read(read_descriptor, buffer, BUFFER_STEP);