Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Merge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into...
[palacios.git] / linux_module / iface-stream.h
1 /*
2  * Stream 
3  * (c) Lei Xia  2010
4  */
5  
6  
7 #ifndef __IFACE_STREAM_H__
8 #define __IFACE_STREAM_H__
9
10
11 // Stream Connection IOCTL number
12 #define V3_VM_STREAM_CONNECT 21
13
14 // Buffer size of the stream name being connected to
15 #define STREAM_NAME_LEN 128
16
17
18 #endif