~james-page/ubuntu/raring/openvswitch/lts-raring-backport-dkms

« back to all changes in this revision

Viewing changes to lib/util.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-07 16:00:53 UTC
  • mfrom: (5.1.25 sid)
  • Revision ID: package-import@ubuntu.com-20120807160053-nj4pgmkn6bp8t4md
Tags: 1.4.2+git20120612-9ubuntu1
* Merge from Debian unstable; remaining changes:
  - d/control: Disable openvswitch-datapath-dkms package.
* Dropped changes:
  - d/patches/kernel_3.5_support.patch: Superceded by 
    bug-684057-ovs-ctl-Add-support-for-newer-module-name.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
char *base_name(const char *file_name);
202
202
char *abs_file_name(const char *dir, const char *file_name);
203
203
 
 
204
char *xreadlink(const char *filename);
 
205
char *follow_symlinks(const char *filename);
 
206
 
204
207
void ignore(bool x OVS_UNUSED);
205
208
int log_2_floor(uint32_t);
206
209
int log_2_ceil(uint32_t);