NAME | SYNOPSIS | API RESTRICTIONS | ARGUMENTS | DESCRIPTION | RETURN VALUESS | ERRORS | ATTRIBUTES
$(OS_DIR)/lib/libblackbox.a #include <sys/blackbox.h>uint_t bb_getnbb(void);
The function or functions documented here may not be used safely in all application contexts with all APIs provided in the ChorusOS 5.0 product.
See API(5FEA) for details.
None.
bb_getnbb() gets the number of black boxes configured on the node. By default, there will be at least two black boxes on the node, but this is configurable at node initialization time.
The uint_t returned is the number of black boxes configured on the node.
No errors are defined.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Interface Stability | Evolving |
NAME | SYNOPSIS | API RESTRICTIONS | ARGUMENTS | DESCRIPTION | RETURN VALUESS | ERRORS | ATTRIBUTES