List of incoming calls. More...
Data Fields | |
struct CallList * | prev |
A DLL. More... | |
struct CallList * | next |
A DLL. More... | |
struct GNUNET_CONVERSATION_Caller * | caller |
Handle to hang up or activate. More... | |
struct GNUNET_CRYPTO_PublicKey | caller_id |
Public key identifying the caller. More... | |
unsigned int | caller_num |
Unique number of the call. More... | |
List of incoming calls.
Definition at line 97 of file gnunet-conversation.c.
struct CallList* CallList::prev |
A DLL.
Definition at line 102 of file gnunet-conversation.c.
struct CallList* CallList::next |
A DLL.
Definition at line 107 of file gnunet-conversation.c.
Referenced by do_accept(), do_reject(), do_resume(), do_status(), and phone_event_handler().
struct GNUNET_CONVERSATION_Caller* CallList::caller |
Handle to hang up or activate.
Definition at line 112 of file gnunet-conversation.c.
Referenced by do_accept(), do_reject(), do_resume(), do_suspend(), and phone_event_handler().
struct GNUNET_CRYPTO_PublicKey CallList::caller_id |
Public key identifying the caller.
Definition at line 117 of file gnunet-conversation.c.
Referenced by caller_event_handler(), do_accept(), do_status(), and phone_event_handler().
unsigned int CallList::caller_num |
Unique number of the call.
Definition at line 122 of file gnunet-conversation.c.
Referenced by do_accept(), do_reject(), do_resume(), do_status(), and phone_event_handler().