[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: permissions (and other) problems

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-12 21:48:24 CEST

mark benedetto king <bking@inquira.com> writes:

> Right. You could have something like
>
>
> static svn_boolean_t cancelled = FALSE;

That should really be

static volatile sig_atomic_t cancelled = 0;

>
> static void
> siginthandler(int sig)
> {
> cancelled = TRUE;
> }
>
> svn_boolean_t
> is_cancelled() {
> return cancelled;
> }

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 12 21:49:03 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.