start of new file
[IRC.git] / Robust / src / Runtime / DSTM / interface / addUdpEnhance.h
index 7d3d98c1a3d764e6f6db2e99de83410aa51febc8..f68e5ca08ba1768238a5662ef84eb1c05c8cbba0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _UDP_H
-#define _UDP_H
+#ifndef _ADDUDPENHANCE_H
+#define _ADDUDPENHANCE_H
 
 #include "dstm.h"
 
@@ -12,7 +12,7 @@
 /*************************
  * Global constants
  ************************/
-#define MAX_SIZE  4000
+#define MAX_SIZE  2000
 
 /********************************
  *  Function Prototypes
@@ -22,4 +22,5 @@ int udpInit();
 void *udpListenBroadcast(void *);
 int invalidateObj(thread_data_array_t *);
 int invalidateFromPrefetchCache(char *); 
+int sendUdpMsg(thread_data_array_t *, struct sockaddr_in *, int);
 #endif