Amanda-Users

Re: Backup issues with OpenBSD 4.5 machines

2009-08-24 19:15:49
Subject: Re: Backup issues with OpenBSD 4.5 machines
From: John Hein <jhein AT timing DOT com>
To: stan <stanb AT panix DOT com>
Date: Mon, 24 Aug 2009 16:07:43 -0600
stan wrote at 16:59 -0400 on Aug 24, 2009:
 > The firts thing I notice when comparing this function in 2.5.0 vs 2.5.2 is
 > that 2.5.0 does:
 > 
 > tv.tv_usec = 0;
 > 
 > and 2.5.2 does not. Could thim make a difference? Both do 
 > 
 > tv.tv_sec = timeout;

In 2.5.2, the memset sets the entire struct to 0.
2.5.0 is slightly more efficient, but otherwise the results
wind up being the same.

Nothing to see there.

<Prev in Thread] Current Thread [Next in Thread>