Skip to content

open-switch/opx-common-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

© 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/).

opx-common-utils

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.

Packages

  • 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.