X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2Fivac.h;h=2f14ab5887cc1749900f367b45f6bf7f34ea9b0b;hp=2a104290f8832ad67cdd8324d8a1453f0b874ca8;hb=4d58fd24070e19da1438f6723935df782d33133f;hpb=8d7f26cc0f2b37194cc262c915fa76e68b49f420 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