Code

junos: Introduced junos_invoke_method().
authorSebastian Harl <sh@teamix.net>
Wed, 12 Sep 2012 13:44:07 +0000 (15:44 +0200)
committerSebastian Harl <sh@teamix.net>
Wed, 12 Sep 2012 13:44:07 +0000 (15:44 +0200)
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 <type>, <name>[,
<value>] where type is any of a list of constants defined in junos.h. The type
of <value> 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().


No differences found