summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libqos/qreslib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libqos/qreslib.h b/cpukit/libqos/qreslib.h
index 110cc2f6be..5db036a609 100644
--- a/cpukit/libqos/qreslib.h
+++ b/cpukit/libqos/qreslib.h
@@ -67,9 +67,9 @@ typedef time_t qres_atime_t;
/** Server parameters. */
typedef struct {
/** Relative deadline of the server. */
- uint32_t P;
+ qres_time_t P;
/** Budget (computation time) of the server. */
- uint32_t Q;
+ qres_time_t Q;
} qres_params_t;
/**