mediation extension adapted to the naming convention of the current version of the draft. note: the external interface (config, autotools) has not yet been changed

This commit is contained in:
Tobias Brunner
2008-03-26 18:40:19 +00:00
parent 685232670a
commit dc04b7c743
47 changed files with 522 additions and 522 deletions
+4 -4
View File
@@ -82,12 +82,12 @@ enum exchange_type_t{
* INFORMATIONAL.
*/
INFORMATIONAL = 37,
#ifdef P2P
#ifdef ME
/**
* P2P_CONNECT
* ME_CONNECT
*/
P2P_CONNECT = 240
#endif /* P2P */
ME_CONNECT = 240
#endif /* ME */
};
/**