[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnutls-dev] Re: living without global variables
From: |
Nikos Mavrogiannopoulos |
Subject: |
[gnutls-dev] Re: living without global variables |
Date: |
Fri, 23 Dec 2005 20:54:33 +0100 |
User-agent: |
KMail/1.8.2 |
On Friday 23 December 2005 20:43, Nikos Mavrogiannopoulos wrote:
> > Yes. gnutls_global_deinit() should not be called if you want to
> > continue to use the library. No other function modify that
> > variable.
> Note also that gnutls_global_init() and deinit() count the number of
> times called. So for these variables to be freed the counter must be
> zero. Thus most of these kind of problems are minimized.
I just found out that this wasn't the case. It seems I was sure that
this was the behaviour but I was wrong. Thanks to some changes of
Simon, this should work now.
--
Nikos Mavrogiannopoulos
- [gnutls-dev] living without global variables, Bryan Henderson, 2005/12/21
- Re: [gnutls-dev] living without global variables, Nikos Mavrogiannopoulos, 2005/12/21
- Re: [gnutls-dev] living without global variables, Bryan Henderson, 2005/12/22
- Message not available
- [gnutls-dev] Re: living without global variables, Bryan Henderson, 2005/12/24
- Message not available
- [gnutls-dev] Re: living without global variables, Simon Josefsson, 2005/12/25
- [gnutls-dev] Re: living without global variables, Bryan Henderson, 2005/12/25
- [gnutls-dev] Re: living without global variables, Nikos Mavrogiannopoulos, 2005/12/26
- [gnutls-dev] Re: living without global variables, Simon Josefsson, 2005/12/26
- Re: [gnutls-dev] Re: living without global variables, Bryan Henderson, 2005/12/26
- Message not available
- [gnutls-dev] Re: living without global variables, Simon Josefsson, 2005/12/28
- Message not available
- [gnutls-dev] Re: living without global variables, Simon Josefsson, 2005/12/26
Re: [gnutls-dev] living without global variables, Nikos Mavrogiannopoulos, 2005/12/26