lib: add bt_field_class_variant_borrow_option_by_{index,name}()
[babeltrace.git] / include / babeltrace2 / trace-ir / packet-context-field.h
index 60caf5797038ab785be66efa4713b2b4c591be36..176655059b52cd338dfa80149d53538537cad086 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef BABELTRACE_TRACE_IR_PACKET_CONTEXT_FIELD_H
-#define BABELTRACE_TRACE_IR_PACKET_CONTEXT_FIELD_H
+#ifndef BABELTRACE2_TRACE_IR_PACKET_CONTEXT_FIELD_H
+#define BABELTRACE2_TRACE_IR_PACKET_CONTEXT_FIELD_H
 
 /*
- * Copyright 2018 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
- *
- * The Common Trace Format (CTF) Specification is available at
- * http://www.efficios.com/ctf
  */
 
-/* For bt_stream_class, bt_packet_context_field, bt_field */
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
@@ -49,4 +49,4 @@ void bt_packet_context_field_release(
 }
 #endif
 
-#endif /* BABELTRACE_TRACE_IR_PACKET_CONTEXT_FIELD_H */
+#endif /* BABELTRACE2_TRACE_IR_PACKET_CONTEXT_FIELD_H */
This page took 0.025728 seconds and 4 git commands to generate.