Merge branch 'issues#6' into 'master'

华为5885V3型号服务器科东应用启动网卡监视程序失败问题

See merge request stategrid/sys_nicmonitor!3
This commit is contained in:
魏静
2021-12-13 11:27:49 +08:00
6 changed files with 21 additions and 7 deletions

View File

@@ -74,6 +74,13 @@ make runtest
=======
版本说明:
--V1.22 --
2021-12-13
1修复问题华为5885V3型号服务器科东应用启动网卡监视程序检测到失败
问题描述:使用科东应用启动工具启动网卡监视程序失败
解决办法:修改调用科东注册接口函数位置,提升优先级优先调用。
版本说明:
--V1.21 --
2019-09-05

View File

@@ -1544,11 +1544,6 @@ int main(int argc, char ** argv)
sys_nic_debug = 1;
}
memset(&conf, 0, sizeof(CONFIG_FILE_ST));
if(isrun(argv[0]) == 1){
printf("the program is already started!\n");
exit(0);
}
//process register
#ifndef TESTINTERVAL
if((proc_stat=prcm.proc_init("sys","base_srv","sys_nicmonitor"))==-1){
@@ -1557,6 +1552,12 @@ int main(int argc, char ** argv)
}
#endif
memset(&conf, 0, sizeof(CONFIG_FILE_ST));
if(isrun(argv[0]) == 1){
printf("the program is already started!\n");
exit(0);
}
sig.sa_handler = sig_handler;
sigemptyset(&sig.sa_mask);
sigaddset(&sig.sa_mask, SIGINT);

View File

@@ -1,5 +1,5 @@
// version=1.20
// version=1.22
#ifndef MNIC_VERSION
#define MNIC_VERSION "1.21"
#define MNIC_VERSION "1.22"
#endif

5
南瑞交接/README Normal file
View File

@@ -0,0 +1,5 @@
2020-07-09
解压后会产生“sys_nicmonitor交接”目录本目录中有三个目录code、doc、package。code目录为程序源码doc目录为程序维护文档package目录为arm架构的库文件和二进制文件。
sys_nicmonitor网卡绑定监视程序版本为1.21。

1
南瑞交接/md5sum Normal file
View File

@@ -0,0 +1 @@
94e3c7b589b5d792eb5c7ead7923ab72 sys_nicmonitor交接.tar.gz

Binary file not shown.