X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2Fthread%2Fmain.cpp;h=2f454d4c3e84d83930afb0419634bcc93319a02c;hb=c56124ff93e8bceec159748dfe5ba8d56c62e3de;hp=145923b4252fc2404c6f01155d68fe93eef19287;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/example/core/thread/main.cpp b/example/core/thread/main.cpp index 145923b..2f454d4 100644 --- a/example/core/thread/main.cpp +++ b/example/core/thread/main.cpp @@ -254,7 +254,7 @@ void Waiter::notifyResponse (const int result) a_result = result; - write (a_pipe [WriteChannel], &byte, sizeof (byte)); + ssize_t r = write (a_pipe [WriteChannel], &byte, sizeof (byte)); } // Modela al thread que recibe la respuesta correspondiente a la peticiĆ³n por la