X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=src%2Fivac.h;h=2f14ab5887cc1749900f367b45f6bf7f34ea9b0b;hb=4d58fd24070e19da1438f6723935df782d33133f;hp=2a104290f8832ad67cdd8324d8a1453f0b874ca8;hpb=8d7f26cc0f2b37194cc262c915fa76e68b49f420;p=my-code%2Fivac.git diff --git a/src/ivac.h b/src/ivac.h index 2a10429..2f14ab5 100644 --- a/src/ivac.h +++ b/src/ivac.h @@ -17,6 +17,7 @@ typedef s_ivac { char username[CHAR_USERNAME]; t_net net; + t_event event; } t_ivac; #endif