VLP-28 Moved kernel class declarations to the header file. Code refactor.
[vlp.git] / src / global / comm.h
index b5c7f304b9e4783f256c8ea576d1e876dca5bf25..27e754d3cea1527c0615d14bb359778b5ef1fc36 100644 (file)
@@ -1,5 +1,7 @@
 /*    Communication structures */
 
+#ifndef LOGLAN_COMM_H
+#define LOGLAN_COMM_H
 
 // REDHAT DEPENDENT !!!
 #include <netinet/tcp.h>
@@ -176,3 +178,4 @@ typedef struct {
 
 #define TCP_BUFFER_SIZE        30*sizeof(MESSAGE);
 
+#endif /* LOGLAN_COMM_H */