Changeset 57358 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp
r56298 r57358 19 19 20 20 21 /******************************************************************************* 22 * Header Files *23 ******************************************************************************* /21 /********************************************************************************************************************************* 22 * Header Files * 23 *********************************************************************************************************************************/ 24 24 #include <iprt/buildconfig.h> 25 25 #include <iprt/env.h> … … 37 37 38 38 39 /******************************************************************************* 40 * Defined Constants And Macros *41 ******************************************************************************* /39 /********************************************************************************************************************************* 40 * Defined Constants And Macros * 41 *********************************************************************************************************************************/ 42 42 /** The VBoxDTrace extension pack name. */ 43 43 #define VBOX_EXTPACK_VBOXDTRACE_NAME "Oracle VBoxDTrace Extension Pack" … … 46 46 47 47 48 /******************************************************************************* 49 * Structures and Typedefs *50 ******************************************************************************* /48 /********************************************************************************************************************************* 49 * Structures and Typedefs * 50 *********************************************************************************************************************************/ 51 51 /** The main function of VBoxDTrace.so/dylib/dll. */ 52 52 typedef int (RTCALL *PFNVBOXDTRACEMAIN)(int argc, char **argv);
Note:
See TracChangeset
for help on using the changeset viewer.