• T
    vbox: move common codes to vbox_common.h · 7d5b9419
    Taowei Luo 提交于
    There are lots of macro declarations in vbox_common.c,
    vbox_network.c, and the coming vbox_storage.c which simply the API
    calling. Since they are totally the same. We shouldn't keep three
    copies of that, so they are moved to vbox_common.h.
    
    Note: The macros are quite different from those in vbox_tmpl.c,
          because they are using different API.
    7d5b9419
vbox_network.c 33.2 KB