Re: [HACKERS] Add something in struct PGPROC
> Hi > I just add something in struct PGPORC, such as "int level", But I > cann't seet what I added in MyProc while debugging. That's confused, > > > zhangxiaojian I think you forgot to run `make clean` after changing proc.h. When you change header files dependent files are not recompil
[HACKERS] Add something in struct PGPROC
Hi I just add something in struct PGPORC, such as "int level", But I cann't seet what I added in MyProc while debugging. That's confused, zhangxiaojian