X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fcontext-internal.h;h=17d620279ac972d8e739d357130ae453d2720267;hb=b7b61ced2a4d4e3222640ad20e6655cb4379c012;hp=80ca42c8d0aaa791994481c2bc9f3767bdf9f355;hpb=34861b9ddd0eb8040ac54e51f9352c4d7ff6fead;p=babeltrace.git diff --git a/include/babeltrace/context-internal.h b/include/babeltrace/context-internal.h index 80ca42c8..17d62027 100644 --- a/include/babeltrace/context-internal.h +++ b/include/babeltrace/context-internal.h @@ -21,6 +21,14 @@ * * 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 @@ -42,6 +50,7 @@ struct bt_context { GHashTable *trace_handles; int refcount; int last_trace_handle_id; + struct bt_iter *current_iterator; }; #endif /* _BABELTRACE_CONTEXT_INTERNAL_H */