This commit is contained in:
Olof hagsand 2020-07-12 10:59:23 +02:00
commit 94ad44a2ea
13 changed files with 324 additions and 147 deletions

View file

@ -46,11 +46,7 @@
Note that its contents is different dependending on if invoked from a
cli/backend/netconf or other plugin. But this is hidden under-the-hood.
*/
#if 1 /* SANITY CHECK */
typedef struct {float a;} *clicon_handle;
#else
typedef void *clicon_handle;
#endif
/* The dynamicically loadable plugin object handle (should be in clixon_plugin.h) */
typedef void *plghndl_t;