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
55963f86
Commit
55963f86
authored
Jul 12, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trace on GetDp, GetAp and GetIp
parent
3d32f08c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
wb/lib/wb/src/wb_goenm7.c
wb/lib/wb/src/wb_goenm7.c
+4
-0
wb/lib/wb/src/wb_tra.c
wb/lib/wb/src/wb_tra.c
+1
-1
No files found.
wb/lib/wb/src/wb_goenm7.c
View file @
55963f86
...
...
@@ -241,6 +241,10 @@ int goen_create_nodetype_m7(
case
pwr_cClass_GetAattr
:
case
pwr_cClass_GetIattr
:
case
pwr_cClass_GetDattr
:
case
pwr_cClass_GetDp
:
case
pwr_cClass_GetAp
:
case
pwr_cClass_GetIp
:
case
pwr_cClass_GetIpToA
:
/* Use objects trace attribute */
strcpy
(
trace_attr
,
"$object"
);
break
;
...
...
wb/lib/wb/src/wb_tra.c
View file @
55963f86
...
...
@@ -73,7 +73,7 @@ static pwr_tStatus trace_get_attr_m0( gre_ctx grectx,
char
*
attr_str
,
flow_eTraceType
*
trace_type
)
{
return
TRA__DISCARD
;}
static
pwr_tStatus
trace_get_attr_m1
(
gre_ctx
grectx
,
static
pwr_tStatus
trace_get_attr_m1
(
gre_ctx
grectx
,
vldh_t_node
node
,
char
*
debug_par
,
char
*
object_str
,
...
...
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