diff options
Diffstat (limited to 'include/ctf-api.h')
-rw-r--r-- | include/ctf-api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ctf-api.h b/include/ctf-api.h index e4c6f9f..4130a2e 100644 --- a/include/ctf-api.h +++ b/include/ctf-api.h @@ -203,7 +203,8 @@ enum ECTF_SLICEOVERFLOW, /* Overflow of type bitness or offset in slice. */ ECTF_DUMPSECTUNKNOWN, /* Unknown section number in dump. */ ECTF_DUMPSECTCHANGED, /* Section changed in middle of dump. */ - ECTF_NOTYET /* Feature not yet implemented. */ + ECTF_NOTYET, /* Feature not yet implemented. */ + ECTF_INTERNAL /* Internal error in link. */ }; /* The CTF data model is inferred to be the caller's data model or the data |