next_payload must be of type u_int8_t

This commit is contained in:
Andreas Steffen
2008-02-01 00:07:56 +00:00
parent b0e40caafb
commit 071e037124
+2 -1
View File
@@ -9,6 +9,7 @@
* Copyright (C) 2007 Tobias Brunner * Copyright (C) 2007 Tobias Brunner
* Copyright (C) 2005-2006 Martin Willi * Copyright (C) 2005-2006 Martin Willi
* Copyright (C) 2005 Jan Hutter * Copyright (C) 2005 Jan Hutter
*
* Hochschule fuer Technik Rapperswil * Hochschule fuer Technik Rapperswil
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
@@ -49,7 +50,7 @@ struct private_id_payload_t {
/** /**
* Next payload type. * Next payload type.
*/ */
payload_type_t next_payload; u_int8_t next_payload;
/** /**
* Critical flag. * Critical flag.