Changeset 231b3fd in mainline for uspace/lib/c/include/io/con_srv.h
- Timestamp:
- 2018-08-25T21:35:26Z (7 years ago)
- Parents:
- e2625b1a (diff), 3c45353 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jakub Jermář <jakub@…> (2018-08-25 21:35:26)
- git-committer:
- GitHub <noreply@…> (2018-08-25 21:35:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/con_srv.h
re2625b1a r231b3fd 45 45 #include <io/style.h> 46 46 #include <stdbool.h> 47 #include < sys/time.h>47 #include <time.h> 48 48 #include <stddef.h> 49 49 … … 55 55 void *sarg; 56 56 /** Period to check for abort */ 57 suseconds_t abort_timeout;57 usec_t abort_timeout; 58 58 bool aborted; 59 59 } con_srvs_t;
Note:
See TracChangeset
for help on using the changeset viewer.