Yi Wang b1db929bf7 replace readdir_r with readdir in guestSvrUtil.cpp
Reasons:
* readdir_r has been deprecated from glibc 2.24. Detailed reasons
  can be found at below link.
  http://man7.org/linux/man-pages/man3/readdir_r.3.html
* StarlingX devstack has switched to Ubuntu Bionic. By default,
  gcc version is 7.3.0, glibc version is 2.27. Using readdir_r in
  mtce-guest will cause compiling failure.

Passed tests:
* Fresh building
* Deployment test
* Function-level unit tests. Modfied guestUtil_load_channels and
  guestUtil_channel_search have same output as previous ones.
* System-level verification. guestServer&guestAgent can start
  successfully. By checking the log of guestServer, it has the same
  content as before.

Story: 2003163
Task: 29689

Change-Id: Ib77decf495f093651ac93ef1e0ce2be3807ce91b
Signed-off-by: Yi Wang <yi.c.wang@intel.com>
2019-03-04 20:54:38 +08:00
2019-01-30 16:52:50 -08:00
2018-09-25 14:01:33 -07:00
2018-05-31 07:36:51 -07:00
2018-05-31 07:36:51 -07:00
2018-07-10 10:18:28 -05:00
2018-07-10 10:18:28 -05:00
2018-11-28 09:31:13 -06:00

stx-nfv

StarlingX NFVI Orchestration

Description
StarlingX NFVI Orchestration
Readme 40 MiB
Languages
Python 83.2%
JavaScript 7.1%
C++ 6.6%
Shell 1.5%
Handlebars 0.9%
Other 0.7%