Commit 8696ec4
committed
lib: define LIBNVME_LOG_* levels replacing syslog.h LOG_* constants
The library uses only for log levels, thus the rest of the log levels are not
used. Furthermore, dropping the dependency on syslog allows porting the project
to different OS simpler.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 023d3aa commit 8696ec4
24 files changed
Lines changed: 273 additions & 296 deletions
File tree
- libnvme
- libnvme
- tests
- src/nvme
- test
- config
- sysfs
- plugins/ocp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
519 | 515 | | |
520 | 516 | | |
521 | 517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments