Navigation



Ignore:
Timestamp:
May 2, 2013, 1:59:58 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Use float type to solve /0 issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/libdiameap.h

    r610 r1075  
    110110        int (*eap_method_getTimeout)(struct eap_state_machine *smd, int * timeout); /* address of the eap_method_getTimeout method */
    111111        boolean (*eap_method_check)(struct eap_state_machine *smd,
    112                         struct eap_packet eapRespData); /* address of the eap_method_check method */
     112                        struct eap_packet * eapRespData); /* address of the eap_method_check method */
    113113        int (*eap_method_process)(struct eap_state_machine *smd,
    114                         struct eap_packet eapRespData); /* address of the eap_method_process method */
     114                        struct eap_packet * eapRespData); /* address of the eap_method_process method */
    115115        boolean (*eap_method_isDone)(struct eap_state_machine *smd); /* address of the eap_method_isDone method */
    116116        int (*eap_method_getKey)(struct eap_state_machine *smd, u8 ** msk,int *msklength,
Note: See TracChangeset for help on using the changeset viewer.