Commit 28461f64 authored by claes's avatar claes

Added msg_id attribute to qcom_sPut structure

parent f3dd3db2
/* /*
* Proview $Id: rt_qcom.c,v 1.7 2006-02-14 05:27:43 claes Exp $ * Proview $Id: rt_qcom.c,v 1.8 2006-03-20 07:08:05 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -671,6 +671,7 @@ qcom_Put ( ...@@ -671,6 +671,7 @@ qcom_Put (
if (qp->qix == qdb_cIexport) { if (qp->qix == qdb_cIexport) {
bp->c.flags.b.remote = 1; bp->c.flags.b.remote = 1;
bp->b.noderef = pool_Reference(sts, &qdb->pool, np); bp->b.noderef = pool_Reference(sts, &qdb->pool, np);
bp->b.msg_id = pp->msg_id;
} }
qdb_Put(sts, bp, qp); qdb_Put(sts, bp, qp);
......
/* /*
* Proview $Id: rt_qcom.h,v 1.8 2006-02-14 05:27:43 claes Exp $ * Proview $Id: rt_qcom.h,v 1.9 2006-03-20 07:08:05 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -179,6 +179,8 @@ typedef struct { ...@@ -179,6 +179,8 @@ typedef struct {
typedef struct { typedef struct {
qcom_sQid reply; qcom_sQid reply;
qcom_sType type; qcom_sType type;
unsigned int msg_id;
unsigned int prio;
unsigned int size; unsigned int size;
void *data; void *data;
} qcom_sPut; } qcom_sPut;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment