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.


10a3353b95e2b60af448b447aace936392f79c4c
[palacios.git] / linux_module / iface-stream.h
1 #ifndef __IFACE_STREAM_H__
2 #define __IFACE_STREAM_H__
3
4
5 // Stream Connection IOCTL number
6 #define V3_VM_STREAM_CONNECT 21
7
8 // Buffer size of the stream name being connected to
9 #define STREAM_NAME_LEN 128
10
11
12 #endif