paniccall.so

来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 24 行

SO
24
字号
m4_comment([$Id: paniccall.so,v 1.4 2006/09/15 19:35:29 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 4.5: DB_ENV-__GT__set_paniccall,,    upgrade.4.5/memp, upgrade.4.5/pagesize)m4_p([dnlIn previous m4_db releases, the DB_ENV-__GT__set_paniccall andDB-__GT__set_paniccall methods were used to register a callbackfunction, called if the database environment failed.  In the 4.5release, this functionality has been replaced by a general-purpose eventnotification callback function, set with them4_refT(dbenv_set_event_notify).  Applications should be updated toreplace DB_ENV-__GT__set_paniccall and DB-__GT__set_paniccall calls witha call to m4_ref(dbenv_set_event_notify).  This also requires thecallback function itself change, as the callback signatures aredifferent.])m4_p([dnlThe DB_ENV-__GT__set_paniccall and DB-__GT__set_paniccall calls areexpected to be removed in a future release of m4_db.])m4_page_footer

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?