© 2018 OpenSwitch project. All information is contributed to and made available by OPX under the Creative Commons Attribution 4.0 International License (available at http://creativecommons.org/licenses/by/4.0/).
This repository contains a utilities library used by the OPX project for thread queues, mutex support, and other items. It is recommended that all utility code (used by more than one OPX component) be placed in this repository. For example, the event service used by the CPS.
The API that starts, stops, and the infrastructure for events are in the event sources, while the user code is in the opx-cps
repository.
- libopx-common1_version_arch.deb — Utility libraries
- libopx-common-dev_version_arch.deb — Exported header files
See Architecture for more information on the common utilities module.