Skip to content
Snippets Groups Projects
Commit 1575ea01 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

relocation_data_t: Comment some structure members

parent c8353233
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -10,8 +10,8 @@ struct _capsule ...@@ -10,8 +10,8 @@ struct _capsule
Lmid_t namespace; Lmid_t namespace;
void *dl_handle; void *dl_handle;
const char *prefix; const char *prefix;
const char **exclude; const char **exclude; // list of DSOs _not_ to install in the capsule
const char **exported; const char **exported; // list of DSOs from which to export
capsule_item *relocations; capsule_item *relocations;
dlsymfunc get_symbol; dlsymfunc get_symbol;
dlopnfunc load_dso; dlopnfunc load_dso;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment