shell comments and such

This commit is contained in:
Dwight
2010-12-09 15:12:58 -05:00
parent 5e6a72e7c6
commit a83ad16ce7
3 changed files with 6 additions and 2 deletions

View File

@@ -769,6 +769,7 @@ namespace mongo {
return ret;
}
/** stopMongoProgram(port[, signal]) */
BSONObj StopMongoProgram( const BSONObj &a ) {
assert( a.nFields() == 1 || a.nFields() == 2 );
assert( a.firstElement().isNumber() );