summaryrefslogtreecommitdiff
path: root/src/format/format-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/format-int.h')
-rw-r--r--src/format/format-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/format-int.h b/src/format/format-int.h
index f82190f..30fb666 100644
--- a/src/format/format-int.h
+++ b/src/format/format-int.h
@@ -28,6 +28,7 @@
#include "format.h"
+#include "preload.h"
#include "../gtkext/gtkstatusstack.h"
@@ -62,6 +63,8 @@ struct _GBinFormat
GRWLock pt_lock; /* Accès à la liste des points */
+ GPreloadInfo *info; /* Préchargements du format */
+
GBinSymbol **symbols; /* Liste des symboles trouvés */
size_t symbols_count; /* Quantité de ces symboles */
GRWLock syms_lock; /* Accès à la liste de symboles*/