Opened 15 years ago
#45 new task
Use enums where possible
Reported by: | Nicolas Pouillon | Owned by: | Nicolas Pouillon |
---|---|---|---|
Priority: | major | Milestone: | Libnetwork rework |
Component: | libnetwork | Keywords: | |
Cc: |
Description
Error types, flags, operations are passed through integer types and #defines. These should be enums where possible.
Note: See
TracTickets for help on using
tickets.