datapath: Don't set tunnel_id in a function.
authorJesse Gross <jesse@nicira.com>
Thu, 15 Jul 2010 02:42:57 +0000 (19:42 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 15 Jul 2010 22:09:08 +0000 (15:09 -0700)
commit1cb8b59f8ca07d4bd3c0fe3a0608d7a8fca6b08f
tree9e5bb2898ccc9b2bdc3b62e6fe5b9f43413f29f3
parent27b6cec086eebdd34bc8526901ea6b2a52119f17
datapath: Don't set tunnel_id in a function.

We don't need a function to set a variable.  In practice it will
almost certainly get inlined but this makes it easier to read.
datapath/actions.c