X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=include%2Fcommon.h;h=a799eac3d6f253b4b4d326d8a57600447d224ecf;hp=9abf743face43c88fd48a0be811ced272819e56b;hb=4ae7c1069667d8f067258d89676126f9b44226d6;hpb=8c48c212e119ba28b0666c9ec3faa97cbd11ca7a diff --git a/include/common.h b/include/common.h index 9abf743..a799eac 100644 --- a/include/common.h +++ b/include/common.h @@ -48,5 +48,7 @@ typedef unsigned long long uint64_t; typedef unsigned int uint32_t; typedef unsigned char uint8_t; +typedef uint64_t markable_t; + #include "lwt.h" #endif //COMMON_H