Commit b77811ec authored by claes's avatar claes

Added attributes msg_id and prio to qdb_sBbuffer

parent 28461f64
/*
* 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 Oxelsund 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;
......
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