bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question about --statistics option of htags


From: Hideki IWAMOTO
Subject: Re: question about --statistics option of htags
Date: Wed, 24 Aug 2005 00:35:52 +0900

On Tue, 23 Aug 2005 23:57:34 +0900, Shigio Yamaguchi wrote...
> > This makes it impossible to use DB1.85-compatible API for debugging.
> > It is not good to change the interface of DB.
> 
> How about adding new close_abandon() function?

No problem.


 void
 dbop_close(dbop)
 {
 #ifdef USE_DB185_COMPAT
     (void)db->close(db);
 #else
     (void)db->close(db, (dbop->openflags & DBOP_REMOVE) ? 1 : 0);
 #endif

is also O.K.

----
Hideki IWAMOTO  address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]