Commit 55963f86 authored by claes's avatar claes

Trace on GetDp, GetAp and GetIp

parent 3d32f08c
...@@ -241,6 +241,10 @@ int goen_create_nodetype_m7( ...@@ -241,6 +241,10 @@ int goen_create_nodetype_m7(
case pwr_cClass_GetAattr: case pwr_cClass_GetAattr:
case pwr_cClass_GetIattr: case pwr_cClass_GetIattr:
case pwr_cClass_GetDattr: case pwr_cClass_GetDattr:
case pwr_cClass_GetDp:
case pwr_cClass_GetAp:
case pwr_cClass_GetIp:
case pwr_cClass_GetIpToA:
/* Use objects trace attribute */ /* Use objects trace attribute */
strcpy( trace_attr, "$object"); strcpy( trace_attr, "$object");
break; break;
......
...@@ -73,7 +73,7 @@ static pwr_tStatus trace_get_attr_m0( gre_ctx grectx, ...@@ -73,7 +73,7 @@ static pwr_tStatus trace_get_attr_m0( gre_ctx grectx,
char *attr_str, char *attr_str,
flow_eTraceType *trace_type) flow_eTraceType *trace_type)
{ return TRA__DISCARD;} { 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, vldh_t_node node,
char *debug_par, char *debug_par,
char *object_str, char *object_str,
......
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