阅读背景:

不支持非平凡的指定初始化器

来源:互联网 

I have a structure as follows:

我的结构如下:

struct app_data
{
    int port;
    int ib_port;
    unsigned size;
    int tx_depth;
    int sockfd;
    char *servername;
    struct ib_connection local_connection;
    struct ib_connection *remote_connection;
    struct ibv_device *ib_dev;

};
stru



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: