Navigation


Changeset 438:e7814e24e57b in freeDiameter for extensions/app_diameap/plugins.h


Ignore:
Timestamp:
Jul 28, 2010, 3:59:39 PM (14 years ago)
Author:
Souheil Ben Ayed <souheil@tera.ics.keio.ac.jp>
Branch:
default
Phase:
public
Message:

Corrected compilation warnings on app_diameap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/plugins.h

    • Property exe set to *
    r425 r438  
    4444
    4545
    46 static struct register_plugin *registerplugin = NULL;
    4746
    48 static int isregistered = 0;
    4947
    5048/* Macro that define the register functions of an EAP method */
    5149#define REGISTER_METHOD(_methodName, _configFunction, _initFunction, _initPickUpFunction, _buildReqFunction, _getTimeoutFunction, _checkFunction, _processFunction, _isDoneFunction, _getKeyFunction, _unregisterFunction, _datafreeFunction  ) \
     50static struct register_plugin *registerplugin = NULL;   \
     51static int isregistered = 0;    \
    5252int diameap_plugin_register() { \
    5353                if (!isregistered){     \
Note: See TracChangeset for help on using the changeset viewer.