summaryrefslogtreecommitdiff
path: root/cesar/host/station/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/host/station/station.h')
-rw-r--r--cesar/host/station/station.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/cesar/host/station/station.h b/cesar/host/station/station.h
index 9e3af28f96..85a831d3d3 100644
--- a/cesar/host/station/station.h
+++ b/cesar/host/station/station.h
@@ -86,12 +86,12 @@ struct station_ctx
tick_t current_tick_tck;
/** station seed (may be needed for cesar initialization) */
u32 seed;
- /** file descriptor for messaging input pipe */
- int pipe_in_fd;
- /** file descriptor for messaging output pipe */
- int pipe_out_fd;
- /** output pipe file desc to send debug data */
- int pipe_log_fd;
+ /** File descriptor for messaging input. */
+ int fd_in;
+ /** File descriptor for messaging output. */
+ int fd_out;
+ /** Output file descriptor to send debug data. */
+ int fd_log;
station_log_level_t log_level;
unsigned long log_mask;
struct netclock_callback *ecos_tick_cb;