diff --git a/artiq/runtime/moninj.c b/artiq/runtime/moninj.c index bc3bccbb6..a90fcad70 100644 --- a/artiq/runtime/moninj.c +++ b/artiq/runtime/moninj.c @@ -12,6 +12,8 @@ #include "log.h" #include "moninj.h" +#define min(a, b) (a>b?b:a) + enum { MONINJ_REQ_MONITOR = 1, MONINJ_REQ_TTLSET = 2