/* * This file is part of the Palacios Virtual Machine Monitor developed * by the V3VEE Project with funding from the United States National * Science Foundation and the Department of Energy. * * The V3VEE Project is a joint project between Northwestern University * and the University of New Mexico. You can find out more at * http://www.v3vee.org * * Copyright (c) 2010, Lei Xia * Copyright (c) 2010, The V3VEE Project * All rights reserved. * * This is free software. You are permitted to use, redistribute, * and modify it under the terms of the GNU General Public License * Version 2 (GPLv2). The accompanying COPYING file contains the * full text of the license. */ #ifndef __IFACE_STREAM_H__ #define __IFACE_STREAM_H__ // Stream Connection IOCTL number #define V3_VM_STREAM_CONNECT 21 // Buffer size of the stream name being connected to #define STREAM_NAME_LEN 128 #endif