Changeset 2fd31117 in rtems for cpukit/include/rtems/stdio-redirect.h
- Timestamp:
- 01/09/18 05:13:32 (5 years ago)
- Branches:
- 5, master
- Children:
- 0f7913b
- Parents:
- 2aa5b98
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/09/18 05:13:32)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (02/07/18 07:58:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/include/rtems/stdio-redirect.h
r2aa5b98 r2fd31117 43 43 #include <stdbool.h> 44 44 #include <rtems.h> 45 #include <rtems/thread.h> 45 46 46 47 #ifdef __cplusplus … … 64 65 volatile uint32_t state; /**< The state. */ 65 66 rtems_id reader; /**< The reader thread. */ 66 rtems_ idlock; /**< Lock for this struct. */67 rtems_mutex lock; /**< Lock for this struct. */ 67 68 int fd; /**< The file descriptor to redirect. */ 68 69 int fd_dup; /**< Duplicated fd to write to. */
Note: See TracChangeset
for help on using the changeset viewer.