Обсуждение: Add something in struct PGPROC

Поиск
Список
Период
Сортировка

Add something in struct PGPROC

От
"A student from china"
Дата:
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


 

Re: Add something in struct PGPROC

От
Aleksander Alekseev
Дата:
> 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 recompiled automatically. 

-- 
Best regards,
Aleksander Alekseev
http://eax.me/