| 4831 | } |
| 4832 | |
| 4833 | static int db_trigger(Lua L) |
| 4834 | { |
| 4835 | luaL_checkudata(L, 1, dbtypes.db); |
| 4836 | lua_remove(L, 1); |
| 4837 | return register_queue_with_berkdb_and_master(L, "trigger"); |
| 4838 | } |
| 4839 | |
| 4840 | static int db_get_event_tid(Lua L) |
| 4841 | { |
nothing calls this directly
no test coverage detected