Add missing permission notice in each source file
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index 2137c23f5e74c9c941fc5b16671633d489d7f038..c567d3952d532ed8aabb16005f6f16f4ad7b4218 100644 (file)
  *
  * The above copyright notice and this permission notice shall be included in
  * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * 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.
  */
 #include <stdio.h>
 #include <glib.h>
@@ -46,6 +54,7 @@ struct trace_collection {
        uint64_t offset_first;
        int64_t delta_offset_first_sum;
        int offset_nr;
+       int clock_use_offset_avg;
 };
 
 extern int opt_all_field_names,
@@ -58,7 +67,11 @@ extern int opt_all_field_names,
        opt_trace_domain_field,
        opt_trace_procname_field,
        opt_trace_vpid_field,
+       opt_trace_hostname_field,
+       opt_trace_default_fields,
        opt_loglevel_field,
+       opt_emf_field,
+       opt_callsite_field,
        opt_delta_field,
        opt_clock_cycles,
        opt_clock_seconds,
This page took 0.024057 seconds and 4 git commands to generate.