comparison src/nucleus/tm_defs.h @ 36:381dc53d6ccb

src/nucleus/tm_defs.h: byte padding fix
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 06:27:22 +0000
parents 4e78acac3d88
children
comparison
equal deleted inserted replaced
35:055d2cf216c8 36:381dc53d6ccb
100 CHAR tm_name[NU_MAX_NAME]; /* Timer name */ 100 CHAR tm_name[NU_MAX_NAME]; /* Timer name */
101 VOID (*tm_expiration_routine)(UNSIGNED); /* Expiration function */ 101 VOID (*tm_expiration_routine)(UNSIGNED); /* Expiration function */
102 UNSIGNED tm_expiration_id; /* Expiration ID */ 102 UNSIGNED tm_expiration_id; /* Expiration ID */
103 BOOLEAN tm_enabled; /* Timer enabled flag */ 103 BOOLEAN tm_enabled; /* Timer enabled flag */
104 104
105 #if PAD_3 105 #if PAD_1
106 DATA_ELEMENT tc_padding[PAD_3]; 106 DATA_ELEMENT tc_padding[PAD_1];
107 #endif 107 #endif
108 108
109 UNSIGNED tm_expirations; /* Number of expirations */ 109 UNSIGNED tm_expirations; /* Number of expirations */
110 UNSIGNED tm_initial_time; /* Initial time */ 110 UNSIGNED tm_initial_time; /* Initial time */
111 UNSIGNED tm_reschedule_time; /* Reschedule time */ 111 UNSIGNED tm_reschedule_time; /* Reschedule time */