From b77811ecc9a1ff580855db27d1c040428e88e3df Mon Sep 17 00:00:00 2001 From: claes <claes> Date: Mon, 20 Mar 2006 07:17:01 +0000 Subject: [PATCH] Added attributes msg_id and prio to qdb_sBbuffer --- src/lib/rt/src/rt_qdb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/rt/src/rt_qdb.h b/src/lib/rt/src/rt_qdb.h index 52196d81d..cb7a39bac 100644 --- a/src/lib/rt/src/rt_qdb.h +++ b/src/lib/rt/src/rt_qdb.h @@ -1,5 +1,5 @@ /* - * Proview $Id: rt_qdb.h,v 1.8 2006-02-14 05:27:43 claes Exp $ + * Proview $Id: rt_qdb.h,v 1.9 2006-03-20 07:17:01 claes Exp $ * Copyright (C) 2005 SSAB Oxelösund AB. * * This program is free software; you can redistribute it and/or @@ -535,6 +535,8 @@ typedef struct { unsigned int size; unsigned int cookie; unsigned int seg_size; + unsigned int msg_id; + unsigned int prio; pool_tRef noderef; /* pool reference to the node block of an external node */ qdb_sInfo info; } qdb_sBbuffer; -- 2.30.9