Index: library/mongodb/mongoAPI.decls =================================================================== diff -u -N -r7543d1df847248f723f02fa1abc6645713b9d10f -ra6a6d9c14bfefba367b3147e05fbab4137f044ce --- library/mongodb/mongoAPI.decls (.../mongoAPI.decls) (revision 7543d1df847248f723f02fa1abc6645713b9d10f) +++ library/mongodb/mongoAPI.decls (.../mongoAPI.decls) (revision a6a6d9c14bfefba367b3147e05fbab4137f044ce) @@ -70,7 +70,10 @@ {-argName "-limit" -required 0 -type int32} {-argName "-skip" -required 0 -type int32} } - +cmd "collection::stats" NsfMongoCollectionStats { + {-argName "collection" -required 1 -type mongoc_collection_t} + {-argName "-options" -required 0 -type tclobj} +} cmd "collection::update" NsfMongoCollectionUpdate { {-argName "collection" -required 1 -type mongoc_collection_t} {-argName "cond" -required 1 -type tclobj}