[ovs-git] [openvswitch/ovs] e52b12: conntrack: Stop exporting internal datastructures.

GitHub noreply at github.com
Mon Dec 10 23:47:13 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e52b12a64c365ebff2f6e3ef93eae062a849db3e
      https://github.com/openvswitch/ovs/commit/e52b12a64c365ebff2f6e3ef93eae062a849db3e
  Author: Darrell Ball <dlu998 at gmail.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M lib/conntrack-private.h
    M lib/conntrack.c
    M lib/conntrack.h
    M lib/dpif-netdev.c
    M tests/test-conntrack.c

  Log Message:
  -----------
  conntrack: Stop exporting internal datastructures.

Remove the exporting of the main internal conntrack datastructure.
These are made static.  Also stop passing around a pointer parameter
to all the internal datastructures; only one or two is used
for a given code path and these can be referenced directly and passed
specifically where appropriate.

Signed-off-by: Darrell Ball <dlu998 at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list