Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
libnl3 ソース コードをダウンロードしましたが、構造体 nl_sock を定義する場所がわかりませんでした。
ライブラリに付属の netlink インクルード ファイルを調べます。netlink/socket.h、netlink/netlink.h などで開始します。
Question2:
I'm confused on ArrayList<Object>, please explain to me the following:
ArrayList<Object>
I have a class Node which has two fields: data1 and data2
Node
data1
data2