1
0
Fork 0

VTY: Be safe and store the address as long

This commit is contained in:
Holger Hans Peter Freyther 2010-09-13 19:12:37 +08:00
parent 6b5b830b0c
commit 54853b5d65
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ CStruct subclass: Vty_app_info [
#(#version #string) #(#version #string)
#(#copyright #string) #(#copyright #string)
#(#tall_ctx #(#ptr #int)) #(#tall_ctx #(#ptr #int))
#(#go_parent_cb #(#ptr #int)) #(#go_parent_cb #(#ptr #long))
#(#is_config_node #(#ptr #int))) > #(#is_config_node #(#ptr #long))) >
] ]
CStruct subclass: Vty_vector [ CStruct subclass: Vty_vector [