2
0
Эх сурвалжийг харах

core: typedef'ed struct action to cfg_action_t

Daniel-Constantin Mierla 14 жил өмнө
parent
commit
c68ba021f6
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      route_struct.h

+ 2 - 0
route_struct.h

@@ -206,6 +206,8 @@ struct action{
 	action_u_t val[MAX_ACTIONS];
 };
 
+typedef struct action cfg_action_t;
+
 struct expr* mk_exp(int op, struct expr* left, struct expr* right);
 struct expr* mk_elem(int op, expr_l_type ltype, void* lparam,
 							 expr_r_type rtype, void* rparam);