]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - src_unix/unix_fna.h
add debugging messages in analysis module
[frescor/fna.git] / src_unix / unix_fna.h
index 07db3d790f3f997f40ca1641a2d4cf9e2e0a0847..bf6c06b862c0333d0a0fbaba04e2a0cf610afb9e 100644 (file)
 
 extern fna_operations_t unix_fna_operations;
 
-/**
- *  unix addresses:
- *
- *  As we are in the same node the network address will be always 0.
- *  The stream_ids 0 .. MX_UNIX_STREAM_IDS-1 are statically mapped in the
- *  following table to UNIX pathnames.
- *
- **/
-#define MX_UNIX_STREAM_IDS 6
-extern char *the_unix_stream_ids[MX_UNIX_STREAM_IDS];
+#define MX_UNIX_STREAM_IDS      6
+#define MX_UNIX_NETWORK_ADDR    3
 
 #endif // _UNIX_FNA_H_