X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fmainloop.h;h=5c3baf68c226f42b460b4a18f192f89007d26ffd;hb=534019614dd611e7df29a0c8c59f2a869a2c0c39;hp=136d90e04858c1c3b4112c41d8c21dd9c53475d4;hpb=e21ac9b1bda89eea1b8ae8402a4edc3afb2de8d8;p=libucw.git diff --git a/lib/mainloop.h b/lib/mainloop.h index 136d90e0..5c3baf68 100644 --- a/lib/mainloop.h +++ b/lib/mainloop.h @@ -90,7 +90,7 @@ struct main_process { cnode n; int pid; /* Process id (0=not running) */ int status; /* Exit status (-1=fork failed) */ - byte status_msg[EXIT_STATUS_MSG_SIZE]; + char status_msg[EXIT_STATUS_MSG_SIZE]; void (*handler)(struct main_process *mp); /* [*] Called when the process exits; process_del done automatically */ void *data; /* [*] For use by the handler */ };