X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=mon%2Fmon_req.c;h=e7cc43b53d9fc662db8f56ee1043d86747eab46e;hp=dd9de4d5748376b373f9ed22479d53d6da8dd11c;hb=7e257fe88f6e6c7557c94d2ca58328a91f4f7068;hpb=547fc620bfb088fbc35d7301dc52251d7818f4ea diff --git a/mon/mon_req.c b/mon/mon_req.c index dd9de4d..e7cc43b 100644 --- a/mon/mon_req.c +++ b/mon/mon_req.c @@ -34,11 +34,11 @@ #include -#include +#include #include -// Monitoring request message common code +/* Monitoring request message common code */ /** * Destructor used by talloc to ensure proper cleanup @@ -112,3 +112,4 @@ MON_OPT *mon_req_opt_index(MON_REQ *req, size_t index) MON_OPT *result = &g_array_index(req->options, MON_OPT, index); return result; } +