[PATCH 2/2] Add a macro to deal with the boilerplate of writing a streaming agent plugin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Christophe de Dinechin <dinechin@xxxxxxxxxx>

Signed-off-by: Christophe de Dinechin <dinechin@xxxxxxxxxx>
---
 include/spice-streaming-agent/plugin.hpp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/spice-streaming-agent/plugin.hpp b/include/spice-streaming-agent/plugin.hpp
index 0ec5040..b01cd82 100644
--- a/include/spice-streaming-agent/plugin.hpp
+++ b/include/spice-streaming-agent/plugin.hpp
@@ -152,6 +152,14 @@ extern "C" unsigned spice_streaming_agent_plugin_interface_version;
  */
 extern "C" spice::streaming_agent::PluginInitFunc spice_streaming_agent_plugin_init;
 
+#define SPICE_STREAMING_AGENT_PLUGIN(agent)                             \
+    __attribute__ ((visibility ("default")))                            \
+    unsigned spice_streaming_agent_plugin_interface_version =           \
+        spice::streaming_agent::PluginInterfaceVersion;                 \
+                                                                        \
+    __attribute__ ((visibility ("default")))                            \
+    bool spice_streaming_agent_plugin_init(spice::streaming_agent::Agent* agent)
+
 #endif
 
 #endif // SPICE_STREAMING_AGENT_PLUGIN_HPP
-- 
2.13.5 (Apple Git-94)

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]