Skip to content

Commit

Permalink
[nes]: LAG changes ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nes-repo committed Nov 17, 2015
1 parent ae3b5d5 commit a640846
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 488 deletions.
11 changes: 3 additions & 8 deletions lag/lacp/lacp_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ extern "C" {

#include <stdint.h>

extern void *
lacp_main (
void *pvArgv);

extern void *
lacp_start (
void *pvArgv);
extern void *lacp_main (void *pvArgv);
extern void *lacp_start (void *pvArgv);

enum
{
Expand All @@ -47,8 +42,8 @@ typedef struct lacpMessage_Pdu_t
{
uint32_t u32IfIndex;
uint8_t u8Type;
void *pvData;
uint16_t u16Length;
void *pvData;
} lacpMessage_Pdu_t;


Expand Down
2 changes: 1 addition & 1 deletion lag/lacp/lacp_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lacp_start (void *pvArgv)
break;

case lacpMessage_PduRx_c:
dot3adAggPortLacp_processPduRx (poMsg->pvData);
dot3adAggLacp_processPduRx (poMsg->pvData);
break;
}

Expand Down

0 comments on commit a640846

Please sign in to comment.