]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Added frescor network protocol ids
authorsojkam <sojkam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 22 Oct 2008 08:21:12 +0000 (08:21 +0000)
committersojkam <sojkam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 22 Oct 2008 08:21:12 +0000 (08:21 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1347 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_distributed.h

index de11f8d4f3e697c66600c8d5fc9b31aed1bb86c8..90796fc47622f53268973a8601634b91023dc2f3 100644 (file)
@@ -82,6 +82,13 @@ FRSH_CPP_BEGIN_DECLS
 // this global variable is assigned by frsh_distributed_init()
 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_t;
+
 /**
  * @defgroup distributed Distributed module
  *