On Sunday 30 March 2014 14:57:59 我想不无聊 wrote:
> //performance.h
> #include <glib.h>
> typedef struct performance_s
> {
>         gfloat time[100];
>         gfloat delay[100];
>         guint32 packetSize[100];
>         guint32 payload;
>         guint32 index;
>         guint32 temp_size;
>         gfloat temp_time;
> }performance;

Finally, at least the spelling error got corrected.

> extern peformance* performance_test;

But the type here still has that typo.

Kind regards,
Peter

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to