summaryrefslogtreecommitdiff
path: root/src/format/format-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-19 21:21:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-19 21:21:30 (GMT)
commitf828d126a74facac145531822c6ea9c8259b50e0 (patch)
tree521bfa44de551f30934ee321339a7a87d12a3243 /src/format/format-int.h
parente92c777c91612c8508d263645480c6c3889b679d (diff)
Loaded the ELF internal symbols using all the available CPUs.
Diffstat (limited to 'src/format/format-int.h')
-rw-r--r--src/format/format-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/format/format-int.h b/src/format/format-int.h
index f8a7204..b19749d 100644
--- a/src/format/format-int.h
+++ b/src/format/format-int.h
@@ -57,6 +57,8 @@ struct _GBinFormat
size_t xp_allocated; /* Taille d'inscription allouée*/
size_t xp_count; /* Nombre de points enregistrés*/
+ GRWLock pt_lock; /* Accès à la liste des points */
+
GBinSymbol **symbols; /* Liste des symboles trouvés */
size_t symbols_count; /* Quantité de ces symboles */
GRWLock syms_lock; /* Accès à la liste de symboles*/