Attention is currently required from: osmith.
1 comment:
Patchset:
introducing this would break any hypothetical users of libgtp that use multiple threads, as we're introducing a single talloc context.
Going for __thread would have a per-thread talloc context.
Alternatively, you could simply add a new function where the user can pass in explicitly a talloc context. Then it's the users choice whether to use the legacy API (uses libgtp-internal talloc context like your patch) or pass in a (potentially thread specific) talloc context when creating the gsn.
To view, visit change 36071. To unsubscribe, or for help writing mail filters, visit settings.