From 728a8b141ff670d0b98b61bd88a6bb7a9c719e26 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 19 Jun 2013 13:07:35 -0700 Subject: ovs-thread: Add support for various thread-related assertions. Signed-off-by: Ben Pfaff Acked-by: Ethan Jackson --- lib/command-line.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/command-line.c') diff --git a/lib/command-line.c b/lib/command-line.c index 70b1f4d1b..7800c0b6e 100644 --- a/lib/command-line.c +++ b/lib/command-line.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ #include #include #include +#include "ovs-thread.h" #include "util.h" #include "vlog.h" @@ -110,6 +111,7 @@ proctitle_init(int argc, char **argv) { int i; + assert_single_threaded(); if (!argc || !argv[0]) { /* This situation should never occur, but... */ return; -- cgit v1.2.1