summaryrefslogtreecommitdiffstats
path: root/server/red_tunnel_worker.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2009-10-16 00:21:43 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-10-18 17:42:37 +0200
commitef213c66c19d265140e9a55519b174d34ff1f16b (patch)
tree0a8e58217f5757881d4d4798d1316dbb3809f37a /server/red_tunnel_worker.h
parent308e4545cbf8d26d5d47ad6ab9f2c6e6e6648003 (diff)
downloadspice-ef213c66c19d265140e9a55519b174d34ff1f16b.tar.gz
spice-ef213c66c19d265140e9a55519b174d34ff1f16b.tar.xz
spice-ef213c66c19d265140e9a55519b174d34ff1f16b.zip
tunnel
Diffstat (limited to 'server/red_tunnel_worker.h')
-rwxr-xr-xserver/red_tunnel_worker.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/server/red_tunnel_worker.h b/server/red_tunnel_worker.h
new file mode 100755
index 00000000..5d00a341
--- /dev/null
+++ b/server/red_tunnel_worker.h
@@ -0,0 +1,29 @@
+/*
+ Copyright (C) 2009 Red Hat, Inc.
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
+ Author:
+ yhalperi@redhat.com
+*/
+
+#ifndef _H_RED_TUNNEL_WORKER
+#define _H_RED_TUNNEL_WORKER
+
+#include "vd_interface.h"
+
+void *red_tunnel_attach(CoreInterface *core_interface, NetWireInterface *vlan_interface);
+
+#endif