liuxiaolong
2022-01-05 27d8bc7cad4a8f68c2da3efbb77f45ec70ae40e6
shm_util/shm_map.cpp
@@ -3,13 +3,13 @@
 */
#include <assert.h>
#include "net_mod_server_socket_wrapper.h"
#include "net_mod_socket_wrapper.h"
#include "bus_server_socket_wrapper.h"
//#include "net_mod_socket_wrapper.h"
//#include "bus_server_socket_wrapper.h"
#include "shm_mm_wrapper.h"
#include "usg_common.h"
#include <getopt.h>
#include "logger_factory.h"
//#include "logger_factory.h"
static void usage(const char *name) {
@@ -25,7 +25,6 @@
     printf("%10d \t %10d\n", it->first, it->second.status);
    
  }
}
@@ -51,4 +50,4 @@
   
}
}