Rev 1896 | Rev 1909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1896 | Rev 1907 | ||
|---|---|---|---|
| Line 91... | Line 91... | ||
| 91 | * Initialize node. |
91 | * Initialize node. |
| 92 | */ |
92 | */ |
| 93 | current_node->parent = parent_node; |
93 | current_node->parent = parent_node; |
| 94 | current_node->peer = NULL; |
94 | current_node->peer = NULL; |
| 95 | current_node->child = NULL; |
95 | current_node->child = NULL; |
| - | 96 | current_node->node_handle = current; |
|
| 96 | current_node->properties = 0; |
97 | current_node->properties = 0; |
| 97 | current_node->property = NULL; |
98 | current_node->property = NULL; |
| 98 | 99 | ||
| 99 | /* |
100 | /* |
| 100 | * Get the disambigued name. |
101 | * Get the disambigued name. |