shell comments and such
This commit is contained in:
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user