Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
b520f6a9
Commit
b520f6a9
authored
Mar 20, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added atribute buf_id in gdb_sNode to handle buffer id on subscriptions
parent
b1735f8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/lib/rt/src/rt_gdb.c
src/lib/rt/src/rt_gdb.c
+2
-1
src/lib/rt/src/rt_gdb.h
src/lib/rt/src/rt_gdb.h
+2
-1
No files found.
src/lib/rt/src/rt_gdb.c
View file @
b520f6a9
/*
/*
* Proview $Id: rt_gdb.c,v 1.
7 2005-11-14 16:28:52
claes Exp $
* Proview $Id: rt_gdb.c,v 1.
8 2006-03-20 06:57:35
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
...
@@ -504,6 +504,7 @@ gdb_AddNode (
...
@@ -504,6 +504,7 @@ gdb_AddNode (
if
(
np
==
NULL
)
return
NULL
;
if
(
np
==
NULL
)
return
NULL
;
np
->
nid
=
nid
;
np
->
nid
=
nid
;
np
->
buf_id
=
1
;
/* Next available buffer id */
pool_Qinit
(
NULL
,
gdbroot
->
pool
,
&
np
->
nid_htl
);
pool_Qinit
(
NULL
,
gdbroot
->
pool
,
&
np
->
nid_htl
);
pool_Qinit
(
NULL
,
gdbroot
->
pool
,
&
np
->
nod_ll
);
pool_Qinit
(
NULL
,
gdbroot
->
pool
,
&
np
->
nod_ll
);
...
...
src/lib/rt/src/rt_gdb.h
View file @
b520f6a9
/*
/*
* Proview $Id: rt_gdb.h,v 1.1
1 2005-10-07 05:57:28
claes Exp $
* Proview $Id: rt_gdb.h,v 1.1
2 2006-03-20 06:57:20
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
...
@@ -929,6 +929,7 @@ typedef struct {
...
@@ -929,6 +929,7 @@ typedef struct {
pool_sQlink
nodsubs_lh
;
/**< Header of list servers for this node. */
pool_sQlink
nodsubs_lh
;
/**< Header of list servers for this node. */
pool_sQlink
nodsubb_lh
;
/**< Header of list of buffer for this node. */
pool_sQlink
nodsubb_lh
;
/**< Header of list of buffer for this node. */
pwr_tUInt32
buf_id
;
/**< Next available buffer id */
/* Subscribed alarm and block notification. */
/* Subscribed alarm and block notification. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment