CPP Module for FreeRadius
Arran Cudbard-Bell
a.cudbardb at freeradius.org
Mon Mar 11 14:25:44 CET 2013
On 11 Mar 2013, at 09:00, Linux Chips <linux.chips at gmail.com> wrote:
> Hi
>
> you mean C++? if so, a howto would be awesome.
Yes I was thinking about how to do this. You could jusv write the module in C++ and then mark the API functions that get exported in the module struct as extern c?
Many of the headers already have the boilerplate code to mark the definitions as extern C when included in a C++ source file, so accessing standard library functions should not be an issue.
Did you come up with another way?
-Arran
More information about the Freeradius-Devel
mailing list