Salut.<br><br>Am&nbsp;vazut&nbsp;ca&nbsp;in&nbsp;solutia&nbsp;pentru&nbsp;epoll&nbsp;de&nbsp;la&nbsp;laboratorul&nbsp;de&nbsp;operatii&nbsp;I/O&nbsp;asincrone,&nbsp;<br>epoll_ctl primeste drept parametru event adresa unei varibile locale.<br><br>Asta inseamna ca epoll_ctl copiaza in niste structuri interne datele&nbsp;la&nbsp;care&nbsp;indica&nbsp;
<br>event&nbsp;si&nbsp;ca&nbsp;noi&nbsp;nu&nbsp;trebuie&nbsp;sa&nbsp;le&nbsp;mai&nbsp;tinem&nbsp;in&nbsp;memorie?&nbsp;Pagina&nbsp;de&nbsp;man&nbsp;pentru&nbsp;epoll_ctl&nbsp;<br>nu&nbsp;spune&nbsp;nimic&nbsp;explicit&nbsp;despre&nbsp;asta&nbsp;dar&nbsp;comportamentul&nbsp;asta&nbsp;ar&nbsp;putea&nbsp;fi&nbsp;dedus&nbsp;din&nbsp;<br>existenta&nbsp;optiunii&nbsp;EPOLL_CTL_MOD&nbsp;prin&nbsp;care&nbsp;poate&nbsp;fi&nbsp;modificata&nbsp;structura&nbsp;event&nbsp;
<br> asociata unui descriptor.<br><br>