Changeset 4667b5c in mainline for uspace/srv/taskman/taskman.h
- Timestamp:
- 2019-08-07T11:10:46Z (5 years ago)
- Children:
- bb57a00
- Parents:
- 130ba46
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-13 01:56:10)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:10:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskman/taskman.h
r130ba46 r4667b5c 34 34 #define TASKMAN_TASKMAN_H__ 35 35 36 #include <stdio.h> 37 36 38 #define NAME "taskman" 39 40 //#define DPRINTF(...) printf(__VA_ARGS__) 41 #define DPRINTF(...) /* empty */ 37 42 38 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.