Skip to content

mikelazar/sonic-common-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sonic-common-utils

This repo contains a utilities library used by the SONiC project for thread queues, mutex support, and other items. If the code is a utility and used by more then one SONiC component, the code utility should be placed here.

Examples of this are the event service used by the sonic-object-library. The API that starts, stops, and the infrastructure for events are in the "event" sources while the user is in the sonic-object-library.

Build

See sonic-nas-manifest for complete information on common build tools.

Build dependencies

  • sonic-logging
  • libxml2-dev

Package dependencies

  • libsonic-logging1
  • libsonic-logging-dev

BUILD CMD: sonic_build libsonic-logging1 libsonic-logging-dev -- clean binary

(c) Dell 2016

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.7%
  • C++ 26.9%
  • Other 1.4%