author | Alberto Bertogli
<albertito@blitiri.com.ar> 2008-12-05 00:53:48 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2008-12-05 00:53:48 UTC |
parent | 788a49b302b91b3f3d8e57eb515b4f9d21ef66f7 |
nmdb/req.h | +1 | -1 |
diff --git a/nmdb/req.h b/nmdb/req.h index 557f44c..3660d86 100644 --- a/nmdb/req.h +++ b/nmdb/req.h @@ -24,7 +24,7 @@ struct req_info { /* operation information */ uint32_t id; - uint32_t cmd; + uint16_t cmd; uint16_t flags; const unsigned char *payload; size_t psize;