|
@@ -58,6 +58,8 @@ $Id: net_driver.c,v 1.17 2006/04/16 20:16:10 torbenh Exp $ |
|
|
#include "netjack.h" |
|
|
#include "netjack.h" |
|
|
#include "netjack_packet.h" |
|
|
#include "netjack_packet.h" |
|
|
|
|
|
|
|
|
|
|
|
#include "JackError.h" |
|
|
|
|
|
|
|
|
#define MIN(x,y) ((x)<(y) ? (x) : (y)) |
|
|
#define MIN(x,y) ((x)<(y) ? (x) : (y)) |
|
|
|
|
|
|
|
|
static int sync_state = 1; |
|
|
static int sync_state = 1; |
|
|