libctf: implementation definitions related to file creation
authorNick Alcock <nick.alcock@oracle.com>
Tue, 23 Apr 2019 21:24:13 +0000 (22:24 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 28 May 2019 16:07:33 +0000 (17:07 +0100)
commita5be9bbe896d4adb6077e9bb2ebcaaa4426bdde1
tree6fdf81886d7160464a5f26a3fe73856fe4cd8c7f
parentc0754cdd9af6d8259eac5c9daad9f9b0611358dd
libctf: implementation definitions related to file creation

We now enter a series of commits that are sufficiently tangled that
avoiding forward definitions is almost impossible: no attempt is made to
make individual commits compilable (which is why the build system does
not reference any of them yet): the only important thing is that they
should form something like conceptual groups.

But first, some definitions, including the core ctf_file_t itself.  Uses
of these definitions will be introduced in later commits.

libctf/
* ctf-impl.h: New definitions and declarations for type creation
and lookup.
libctf/ChangeLog
libctf/ctf-impl.h
This page took 0.023476 seconds and 4 git commands to generate.