소스 검색

Missing assignment for last commit

master
Aaron Marcher 6 년 전
부모
커밋
a37224bf7b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      components/netspeeds.c

+ 2
- 0
components/netspeeds.c 파일 보기

@@ -67,6 +67,7 @@
warn("getifaddrs failed");
return NULL;
}
oldrxbytes = rxbytes;
for (ifa = ifal; ifa; ifa = ifa->ifa_next) {
if (!strcmp(ifa->ifa_name, interface) &&
(ifd = (struct if_data *)ifa->ifa_data)) {
@@ -97,6 +98,7 @@
warn("getifaddrs failed");
return NULL;
}
oldtxbytes = txbytes;
for (ifa = ifal; ifa; ifa = ifa->ifa_next) {
if (!strcmp(ifa->ifa_name, interface) &&
(ifd = (struct if_data *)ifa->ifa_data)) {


불러오는 중...
취소
저장