
1 Feb
2000
1 Feb
'00
1:29 p.m.
Yigal Hochberg writes:
Yigal> Now to the question: I would like to add some code to support Yigal> tabular objects. For this I need the index information. Yigal> Specifically I need the index oid-length.
[...]
Yigal> Is there a way to get and sminode by it name. Something like:
Yigal> SmiNode = smiGetNodeByName(ipAdEntAddr);
Please look into the smi_node(3) manual page. You will find
SmiNode *smiGetNode(char *module, char *name);
which does the job you are looking for.
/js
--
Juergen Schoenwaelder Technical University Braunschweig
schoenw@ibr.cs.tu-bs.de Dept. Operating Systems & Computer Networks
Phone: +49 531 391 3289 Bueltenweg 74/75, 38106 Braunschweig, Germany
Fax: +49 531 391 5936 URL:http://www.ibr.cs.tu-bs.de/~schoenw/
--
!! This message is brought to you via the `libsmi' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de.
!! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.