/×处理ID信息×/
struct pid_tag{
unsigned int inactice :1;
unsigned int :1;
unsigned int refcount :6;
unsidned int :0;
short pid_id;
struct pid_tag *link;
};
不理解。。。。。。
希望高手们不吝赐教。作者: KBTiller 时间: 2011-09-13 21:25
unsigned int inactice :1; unsigned int refcount :6; 位段
unsigned int :1; 无名子(字?)段 保证inactice 和 refcount 隔一位