Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 32469 invoked from network); 25 Aug 2010 18:50:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Aug 2010 18:50:07 -0000 Received: (qmail 89137 invoked by uid 500); 25 Aug 2010 18:50:07 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 89068 invoked by uid 500); 25 Aug 2010 18:50:06 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 89060 invoked by uid 99); 25 Aug 2010 18:50:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 18:50:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 18:50:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PInjS5009872 for ; Wed, 25 Aug 2010 18:49:45 GMT Message-ID: <8111797.564791282762185603.JavaMail.jira@thor> Date: Wed, 25 Aug 2010 14:49:45 -0400 (EDT) From: "Doug Cutting (JIRA)" To: dev@avro.apache.org Subject: [jira] Reopened: (AVRO-466) Add avro_t for global state and avro_start / avro_stop functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting reopened AVRO-466: ------------------------------- Reverted to stabilize trunk for 1.4.0 release branch. > Add avro_t for global state and avro_start / avro_stop functions > ---------------------------------------------------------------- > > Key: AVRO-466 > URL: https://issues.apache.org/jira/browse/AVRO-466 > Project: Avro > Issue Type: Improvement > Components: c > Affects Versions: 1.3.0 > Reporter: Bruce Mitchener > Assignee: Bruce Mitchener > Fix For: 1.4.0 > > > Patch coming shortly. > This is a bit of a change since we'd now recommend that users always call this at startup / shutdown ... not sure of the best way to handle that for people that don't. > I guess that'd make this a change for 1.4? > My subsequent changes will depend on this (memory allocation routing and atom table). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.