libctf: add the ctf_link machinery
[deliverable/binutils-gdb.git] / libctf / ctf-impl.h
index 03c48cf8a097031ea7d38176c79daef5efa430d7..9fb58f59715c6a35e59c221e0d8183e1412bc2f3 100644 (file)
@@ -267,6 +267,8 @@ struct ctf_file
   unsigned long ctf_snapshots;   /* ctf_snapshot() plus ctf_update() count.  */
   unsigned long ctf_snapshot_lu;  /* ctf_snapshot() call count at last update.  */
   ctf_archive_t *ctf_archive;    /* Archive this ctf_file_t came from.  */
+  ctf_dynhash_t *ctf_link_inputs; /* Inputs to this link.  */
+  ctf_dynhash_t *ctf_link_outputs; /* Additional outputs from this link.  */
   char *ctf_tmp_typeslice;       /* Storage for slicing up type names.  */
   size_t ctf_tmp_typeslicelen;   /* Size of the typeslice.  */
   void *ctf_specific;            /* Data for ctf_get/setspecific().  */
This page took 0.037288 seconds and 4 git commands to generate.