]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Added cluster tree (ZigBee) network
authorsojkam <sojkam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Sat, 1 Nov 2008 20:18:49 +0000 (20:18 +0000)
committersojkam <sojkam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Sat, 1 Nov 2008 20:18:49 +0000 (20:18 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1357 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_distributed.h

index 90796fc47622f53268973a8601634b91023dc2f3..e67b005014574389732eef61561099d12a7b83d6 100644 (file)
@@ -86,7 +86,8 @@ typedef enum {
        FRSH_NETPF_FRESCAN      = 0, 
        FRSH_NETPF_RTEP         = 1,
        FRSH_NETPF_UNIX         = 2,
-       FRSH_NETPF_FWP          = 3
+       FRSH_NETPF_FWP          = 3,
+       FRSH_NETPF_CLUSTER_TREE = 4,
 } frsh_netpf_t;
 
 /**