- C/C++ code
kernel/external/bluetooth/bluez/network/common.cstatic struct { const char *name; /* Friendly name */ const char *uuid128; /* UUID 128 */ uint16_t id; /* Service class identifier */} __svc[] = { { "panu", PANU_UUID, BNEP_SVC_PANU }, { "gn", GN_UUID, BNEP_SVC_GN }, { "nap", NAP_UUID, BNEP_SVC_NAP }, { NULL }};
请问源码里面有些struct没有名字,这样的struct是干什么的呢?
thanks
------解决方案--------------------
直接拿它定义变量,以后就不再直接使用了。
------解决方案--------------------
楼上正解。。