Changeset 53641 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys
- Timestamp:
- Jan 2, 2015 12:14:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/dtrace.h
r53640 r53641 625 625 typedef uint32_t dof_stridx_t; /* string table index type */ 626 626 627 #define DOF_SECIDX_NONE ( -1U) /* null value for section indices */628 #define DOF_STRIDX_NONE ( -1U) /* null value for string indices */627 #define DOF_SECIDX_NONE (~1U) /* null value for section indices */ 628 #define DOF_STRIDX_NONE (~1U) /* null value for string indices */ 629 629 630 630 typedef struct dof_sec {
Note:
See TracChangeset
for help on using the changeset viewer.