2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

memory: Add note about threaded usage to comment.

Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Ben Pfaff
2013-04-15 15:10:47 -07:00
parent 5947bbe609
commit aa48dd760d

View File

@@ -51,7 +51,10 @@ static void memory_init(void);
/* Runs the memory monitor.
*
* The client should call memory_should_report() afterward. */
* The client should call memory_should_report() afterward.
*
* This function, and the remainder of this module's interface, should be
* called from only a single thread. */
void
memory_run(void)
{