diff options
author | jhb <jhb@FreeBSD.org> | 2009-06-18 17:11:24 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2009-06-18 17:11:24 +0000 |
commit | 8e9eed3498e89e18499b64d123f534fd2a45dc1c (patch) | |
tree | 328d619f9d104e840001f5914d066622451ecc47 /lib/libdtrace/common/dt_impl.h | |
parent | d35f41a58a07c7376a2ef17514741fad92f34f71 (diff) | |
download | FreeBSD-src-8e9eed3498e89e18499b64d123f534fd2a45dc1c.zip FreeBSD-src-8e9eed3498e89e18499b64d123f534fd2a45dc1c.tar.gz |
Import newer versions of these files from a 20080410 checkout of
OpenSolaris. Our local diffs to these files in HEAD already contain all
these changes (and in fact seem to be based on these versions of the files).
It seems the vendor branch just has older versions somehow.
Diffstat (limited to 'lib/libdtrace/common/dt_impl.h')
-rw-r--r-- | lib/libdtrace/common/dt_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdtrace/common/dt_impl.h b/lib/libdtrace/common/dt_impl.h index 2454e3b..9b22dfb 100644 --- a/lib/libdtrace/common/dt_impl.h +++ b/lib/libdtrace/common/dt_impl.h @@ -18,6 +18,7 @@ * * CDDL HEADER END */ + /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. @@ -183,6 +184,7 @@ typedef struct dt_lib_depend { char *dtld_libpath; /* library pathname */ uint_t dtld_finish; /* completion time in tsort for lib */ uint_t dtld_start; /* starting time in tsort for lib */ + uint_t dtld_loaded; /* boolean: is this library loaded */ dt_list_t dtld_dependencies; /* linked-list of lib dependencies */ dt_list_t dtld_dependents; /* linked-list of lib dependents */ } dt_lib_depend_t; |