X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-stream.h;h=f3b21a0c785538e52ed3bb775de73dc855c5ce7f;hb=d715c9f0ed67f88fcddd08131c2f5de5212a5a44;hp=7e9279f6f589d01a2529aeebeec75a48ceaa244a;hpb=260bb3e805ebc92ae294c3c2b36d027ba8bca488;p=palacios-OLD.git diff --git a/linux_module/palacios-stream.h b/linux_module/palacios-stream.h index 7e9279f..f3b21a0 100644 --- a/linux_module/palacios-stream.h +++ b/linux_module/palacios-stream.h @@ -11,6 +11,10 @@ #include "palacios.h" #include "palacios-ringbuffer.h" +#define _V3VEE_ +//#include +#undef _V3VEE_ + #define STREAM_BUF_SIZE 1024 #define STREAM_NAME_LEN 128 @@ -27,6 +31,7 @@ struct stream_buffer { void palacios_init_stream(void); +void palacios_deinit_stream(void); int stream_enqueue(struct stream_buffer * stream, char * buf, int len); int stream_dequeue(struct stream_buffer * stream, char * buf, int len); int stream_datalen(struct stream_buffer * stream);