Re: [Dar-libdar_api] Progress reporting
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: Johnathan B. <jk...@us...> - 2005-03-29 08:44:59
|
On Tuesday 29 March 2005 01:38, Johnathan Burchill wrote:
> Hi Denis,
>
[...]
> Another way could be to change
>
> void libdar::user_interaction::warning( const std::string & message )
>
> to
>
> void libdar::user_interaction::warning( const libdar::message & info )
whoops, that should be
void libdar::user_interaction::warning( const libdar::info & information )
>
> where info is
>
> struct info
> {
> std::string message;
> bool progress_update;
> libdar::statistics stats;
> }
[...]
>
> Cheers,
> JB
=2D-=20
Johnathan K. Burchill, Ph.D.
jk...@us...
|