abis: Pass the abis_om_obj_inst in the nm_state_event..

This commit is contained in:
Holger Hans Peter Freyther 2010-05-12 16:55:12 +08:00
parent 6b6ecba1a7
commit 2f2d3428d9
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ struct bsc_config *bsc_config_num(struct bsc_nat *nat, int num)
* below are stubs we need to link
*/
int nm_state_event(enum nm_evt evt, u_int8_t obj_class, void *obj,
struct gsm_nm_state *old_state, struct gsm_nm_state *new_state)
struct gsm_nm_state *old_state, struct gsm_nm_state *new_state,
struct abis_om_obj_inst *obj_ins)
{
return -1;
}