Files
Nick Alcock c499eb6896 libctf: type copying
ctf_add_type() allows you to copy types, and all the types they depend
on, from one container to another (writable) container. This lets a
program maintaining multiple distinct containers (not in a parent-child
relationship) introduce types that depend on types in one container in
another writable one, by copying the necessary types.

libctf/
	* ctf-create.c (enumcmp): New.
	(enumadd): Likewise.
	(membcmp): Likewise.
	(membadd): Likewise.
	(ctf_add_type): Likewise.
2019-05-28 17:08:26 +01:00
..
2019-05-28 17:08:26 +01:00
2019-05-28 17:07:55 +01:00
2019-05-28 17:08:26 +01:00
2019-05-28 17:08:14 +01:00
2019-05-28 17:07:24 +01:00
2019-05-28 17:07:29 +01:00
2019-05-28 17:08:19 +01:00
2019-05-28 17:08:08 +01:00
2019-05-28 17:08:14 +01:00
2019-05-28 17:07:46 +01:00