From: Sebastian Harl Date: Wed, 12 Sep 2012 13:44:07 +0000 (+0200) Subject: junos: Introduced junos_invoke_method(). X-Git-Url: https://git.tokkee.org/?p=libjunos.git;a=commitdiff_plain;h=36b5e2040d00ec1ed9c9ef0bd5f22be3f695b90c;hp=36b5e2040d00ec1ed9c9ef0bd5f22be3f695b90c junos: Introduced junos_invoke_method(). This function may be used to call an arbitrary JUNOScript method with any number and type of attributes and arguments. Attributes and arguments are specified using a variable argument list using tuples , [, ] where type is any of a list of constants defined in junos.h. The type of is determined from the specified type. The list has to be terminated by the constant JUNOS_NO_ARGS. junos_simple_method() has been "degraded" to a define calling junos_invoke_method(). ---