]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_distributed.h
Updating FRSH license header prior to release for the end of the
[frescor/frsh-include.git] / frsh_distributed.h
index e67b005014574389732eef61561099d12a7b83d6..ef602d872401c4aca88bf87ecb1810905b6ec9aa 100644 (file)
@@ -1,5 +1,5 @@
 // -----------------------------------------------------------------------
-//  Copyright (C) 2006 - 2008 FRESCOR consortium partners:
+//  Copyright (C) 2006 - 2009 FRESCOR consortium partners:
 //
 //    Universidad de Cantabria,              SPAIN
 //    University of York,                    UK
@@ -83,11 +83,12 @@ FRSH_CPP_BEGIN_DECLS
 extern frsh_resource_id_t THE_FRSH_CPU_ID;
 
 typedef enum {
-       FRSH_NETPF_FRESCAN      = 0, 
-       FRSH_NETPF_RTEP         = 1,
-       FRSH_NETPF_UNIX         = 2,
-       FRSH_NETPF_FWP          = 3,
-       FRSH_NETPF_CLUSTER_TREE = 4,
+        FRSH_NETPF_FRESCAN      = 0,
+        FRSH_NETPF_RTEP         = 1,
+        FRSH_NETPF_UNIX         = 2,
+        FRSH_NETPF_FWP          = 3,
+        FRSH_NETPF_CLUSTER_TREE = 4,
+        FRSH_NETPF_ITEM         = 5,
 } frsh_netpf_t;
 
 /**