From 81c52e67f4a95cbd61bdf7740ae6faf387bdecbd Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Thu, 28 Mar 2019 10:36:48 -0700 Subject: [PATCH] Update chassis.md --- onlp/applications/chassis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlp/applications/chassis.md b/onlp/applications/chassis.md index d12a36ce..347bd4ab 100644 --- a/onlp/applications/chassis.md +++ b/onlp/applications/chassis.md @@ -7,7 +7,7 @@ The Chassis OID is represented by the special value ``ONLP_OID_CHASSIS``. ## Chassis Information Structure -Enumerating the current system topology starts with a call to ```onlp_chassis_info_get``` using the special value ONLP_OID_CHASSIS. +Enumerating the current system topology starts with a call to ```onlp_chassis_info_get``` using the special value ```ONLP_OID_CHASSIS```. This populates the ```onlp_chassis_info_t``` structure. There are no chassis-specific fields in this structure but it contains all of the top-level OIDs as its children. Those children can then be inspected and enumerated recursively.