Chinaunix首页 | 论坛 | 博客
  • 博客访问: 545473
  • 博文数量: 493
  • 博客积分: 2891
  • 博客等级: 少校
  • 技术积分: 4960
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-17 17:11
文章分类

全部博文(493)

文章存档

2010年(493)

分类:

2010-04-20 15:48:38

深入理解Linux内核(第二版).pdf
class SrcPreprocess
{
public:
 static const int SOFTWARE_ID_LEN = 32;
 static const int SCRIPT_PATH_LEN = 128;
 static const int ERROR_TEXT_LEN = 128;
 struct request_pre_process_msg
 {
  unsigned short n_msg_len;            
  unsigned short n_msg_type;            
  char psz_software_id[SOFTWARE_ID_LEN];       
  char psz_preprocess_script[SCRIPT_PATH_LEN];
 };
 struct response_pre_process_msg
 {
  unsigned short n_msg_len;               
  unsigned short n_msg_type;                
  int  n_process;                             
  char psz_software_id[SOFTWARE_ID_LEN];      
  char psz_err_description[ERROR_TEXT_LEN];   
  
 };
};
阅读(244) | 评论(0) | 转发(0) |
0

上一篇:嵌入式book

下一篇:解密码

给主人留下些什么吧!~~