Propagate error from packet_seek in case of truncated packet
[babeltrace.git] / include / babeltrace / error.h
index 2f6a6d7c73339235211dcb22b75451cac5bbd8be..8b4f323848aa778b06b0da6e5de275065b86adf7 100644 (file)
  * SOFTWARE.
  */
 
+enum bt_packet_seek_error {
+       BT_PACKET_SEEK_ERROR = 1,
+       BT_PACKET_SEEK_ERROR_TRUNCATED_PACKET = 2,
+};
+
 /*
  * bt_packet_seek_get_error: get the return code of the last packet_seek use.
  *
This page took 0.022693 seconds and 4 git commands to generate.