shkolnick-kun / bugurtos

Breaking backward compatibility since 2010!!!
GNU General Public License v3.0
129 stars 9 forks source link

proc_flag_stop wrong behavior #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
proc_flag_stop call should work like this:
1. apply mask;
2. run handle PROC_FLG_PRE_STOP;

In 0.6.x  0.7.x proc_flag_stop worked in reverse order, 
so extra call of proc_flag_stop needed to do the job correctly.

Original issue reported on code.google.com by shkolnic...@gmail.com on 13 Mar 2015 at 6:44