Hi Tobias,<div><br></div><div>I was able to resolve the build issue. Thanks.</div><div><br></div><div>Could you please point me some test cases for the following plugin as a request for help as I could see json-rpc not supporting C.</div>
<div><br></div><div>I tried developing a java client but that too didn't go out well.</div><div><br></div><div><div class="gmail_quote">On Thu, Aug 30, 2012 at 12:41 PM, Tobias Brunner <span dir="ltr"><<a href="mailto:tobias@strongswan.org" target="_blank">tobias@strongswan.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Krishna,<br>
<div class="im"><br>
> I have been working on developing a plugin for which would directly take<br>
> configurations in run time and in that process I came across this styx<br>
> plugin which is filling the requirement. The styx plugin uses the<br>
> JSON-RPC for making remote call. This plugin is not part of stable release.<br>
<br>
</div>No, it's currently not.  I will review it soon and then decide if, and<br>
if so, how it will be included in mainline.<br>
<div class="im"><br>
> So I tried building it and was getting this following issue.<br>
> [root@localhost styx]# make<br>
</div>> ...<br>
<div class="im">> styx.c: In function ‘destroy’:<br>
> styx.c:404: error: ‘callback_job_t’ has no member named ‘cancel’<br>
> make: *** [styx.lo] Error 1<br>
<br>
</div>The plugin version you tried to build uses interfaces that are not<br>
available in 5.0.0 anymore.  You either have to use the whole source<br>
tree the contrails project provides or update the plugin sources to the<br>
new API yourself (check callback_job.h for details).<br>
<br>
Regards,<br>
Tobias<br>
</blockquote></div><br></div>