Changes to the storage API

Marco d'Itri md at Linux.IT
Sat Feb 24 09:59:30 UTC 2001


On Feb 24, Russ Allbery <rra at stanford.edu> wrote:

 >    if (!SMsetup(SM_RDWR, &flag) || !SMsetup(SM_PREOPEN, &flag))
 >        die("SERVER cant set up storage manager");
 >    if (!SMinit())
 >        die("SERVER cant initalize storage manager: %s", SMerrorstr);

 >    SMinit(SM_RDWR | SM_PREOPEN);

 >Opinions?
What about error reporting?
I think moving it inside the storage API library would make perl
bindings a lot less clear.

-- 
ciao,
Marco



More information about the inn-workers mailing list