reset random seed on grunt

This commit is contained in:
roberto@debian32
2011-06-18 06:58:01 +02:00
parent 0c0c2736a7
commit 0a98550770
4 changed files with 38 additions and 18 deletions
+2
View File
@@ -221,3 +221,5 @@ void threaded_reset_ts(struct wsgi_request *, struct uwsgi_app *);
void simple_reset_ts(struct wsgi_request *, struct uwsgi_app *);
int uwsgi_python_profiler_call(PyObject *, PyFrameObject *, int, PyObject *);
void uwsgi_python_reset_random_seed(void);