dpif-linux: Pass 'struct dpif_linux *' to internal static functions.
authorAlex Wang <alexw@nicira.com>
Thu, 17 Apr 2014 23:33:17 +0000 (16:33 -0700)
committerAlex Wang <alexw@nicira.com>
Fri, 18 Apr 2014 21:01:05 +0000 (14:01 -0700)
commit9b00386ba65eeb1c691c2c0203f787f3e2a83061
treeac3e8e5ee508243217eac6cdcbf369a92b278e6f
parent1579cf677fcb481b30d821ad07e45dd58c70f67d
dpif-linux: Pass 'struct dpif_linux *' to internal static functions.

This commit reformats the dpif-linux module so that all internal
static functions take 'struct dpif_linux *' as input argument.
This will allow the adding of thread-safety annotations.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/dpif-linux.c