Changeset 38d150e in mainline for uspace/srv/logger
- Timestamp:
- 2017-12-02T09:44:11Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40feeac
- Parents:
- b5abaf7
- Location:
- uspace/srv/logger
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/logger/ctl.c
rb5abaf7 r38d150e 35 35 */ 36 36 37 #include <malloc.h>38 37 #include <stdio.h> 38 #include <stdlib.h> 39 39 #include <errno.h> 40 40 #include <io/logctl.h> -
uspace/srv/logger/logs.c
rb5abaf7 r38d150e 31 31 */ 32 32 #include <assert.h> 33 #include <malloc.h> 33 #include <errno.h> 34 #include <stdio.h> 35 #include <stdlib.h> 34 36 #include <str.h> 35 #include <stdio.h>36 #include <errno.h>37 37 #include "logger.h" 38 38 -
uspace/srv/logger/main.c
rb5abaf7 r38d150e 43 43 #include <async.h> 44 44 #include <stdio.h> 45 #include <stdlib.h> 45 46 #include <errno.h> 46 47 #include <str_error.h> 47 #include <malloc.h>48 48 #include "logger.h" 49 49 -
uspace/srv/logger/writer.c
rb5abaf7 r38d150e 43 43 #include <ns.h> 44 44 #include <async.h> 45 #include <errno.h> 45 46 #include <stdio.h> 46 #include < errno.h>47 #include <stdlib.h> 47 48 #include <str_error.h> 48 #include <malloc.h>49 49 #include "logger.h" 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
