summaryrefslogtreecommitdiff
path: root/PACE/pace/mqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/mqueue.h')
-rw-r--r--PACE/pace/mqueue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PACE/pace/mqueue.h b/PACE/pace/mqueue.h
index 06a8430c7f0..5f205c31ade 100644
--- a/PACE/pace/mqueue.h
+++ b/PACE/pace/mqueue.h
@@ -73,7 +73,7 @@ extern "C" {
*/
PACE_INLINE ssize_t pace_mq_receive (pace_mqd_t mqdes,
char * msg_ptr,
- size_t msg_len,
+ pace_size_t msg_len,
unsigned int * nmsg_prio);
/**
@@ -83,7 +83,7 @@ extern "C" {
*/
PACE_INLINE int pace_mq_send (pace_mqd_t mqdes,
const char * mst_ptr,
- size_t msg_len,
+ pace_size_t msg_len,
unsigned int psg_prio);
/**