cosmetics
This commit is contained in:
@@ -259,7 +259,7 @@ pa_tnc_attr_t *ietf_attr_attr_request_create_from_data(chunk_t data)
|
|||||||
.add = _add,
|
.add = _add,
|
||||||
.create_enumerator = _create_enumerator,
|
.create_enumerator = _create_enumerator,
|
||||||
},
|
},
|
||||||
.type = { PEN_IETF,IETF_ATTR_ATTRIBUTE_REQUEST },
|
.type = { PEN_IETF, IETF_ATTR_ATTRIBUTE_REQUEST },
|
||||||
.value = chunk_clone(data),
|
.value = chunk_clone(data),
|
||||||
.list = linked_list_create(),
|
.list = linked_list_create(),
|
||||||
.ref = 1,
|
.ref = 1,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ struct ietf_attr_attr_request_t {
|
|||||||
* Creates an enumerator over all attribute types contained
|
* Creates an enumerator over all attribute types contained
|
||||||
* in the attribute request
|
* in the attribute request
|
||||||
*
|
*
|
||||||
* @return Attribute Type enumerator returns (vendor ID, type)
|
* @return Attribute Type enumerator returns { vendor ID, type }
|
||||||
*/
|
*/
|
||||||
enumerator_t* (*create_enumerator)(ietf_attr_attr_request_t *this);
|
enumerator_t* (*create_enumerator)(ietf_attr_attr_request_t *this);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user