소스 검색

make add_ndp_entry static

tags/v0.9.3
Holger Lubitz 17 년 전
부모
커밋
fa11865de0
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      src/net/ndp.c

+ 3
- 2
src/net/ndp.c 파일 보기

@@ -65,8 +65,9 @@ ndp_find_entry ( struct in6_addr *in6 ) {
65 65
  * @v ll_addr	Link-layer address
66 66
  * @v state	State of the entry - one of the NDP_STATE_XXX values
67 67
  */
68
-void add_ndp_entry ( struct net_device *netdev, struct in6_addr *in6,
69
-		     void *ll_addr, int state ) {
68
+static void 
69
+add_ndp_entry ( struct net_device *netdev, struct in6_addr *in6,
70
+		void *ll_addr, int state ) {
70 71
 	struct ndp_entry *ndp;
71 72
 	ndp = &ndp_table[next_new_ndp_entry++ % NUM_NDP_ENTRIES];
72 73
 

Loading…
취소
저장