> Here is more information on what I want to do:
>
> -
> oid oid1[] = { 1,1,1,1,1,1,1,1,1,1,1,5};
>
> I have two variables of the type:
>
> #define VAR1 1
> { VAR1, ASN_UNSIGNED , RONLY, foo, 2, { 1,1 } },
> #define VAR2 1
> { VAR2, ASN_UNSIGNED , RONLY, foo, 2, { 1,2 }
Hi,
I haven't been able to find an example of using
register_mib_range.
Here is more information on what I want to do:
-
oid oid1[] = { 1,1,1,1,1,1,1,1,1,1,1,5};
I have two variables of the type:
#define VAR1 1
{ VAR1, ASN_UNSIGNED , RONLY, foo, 2, { 1,1 } },
#define VAR