GNUnet 0.21.1
CallList Struct Reference

List of incoming calls. More...

Collaboration diagram for CallList:
[legend]

Data Fields

struct CallListprev
 A DLL. More...
 
struct CallListnext
 A DLL. More...
 
struct GNUNET_CONVERSATION_Callercaller
 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...
 

Detailed Description

List of incoming calls.

Definition at line 99 of file gnunet-conversation.c.

Field Documentation

◆ prev

struct CallList* CallList::prev

A DLL.

Definition at line 104 of file gnunet-conversation.c.

◆ next

struct CallList* CallList::next

A DLL.

Definition at line 109 of file gnunet-conversation.c.

Referenced by do_accept(), do_reject(), do_resume(), do_status(), and phone_event_handler().

◆ caller

struct GNUNET_CONVERSATION_Caller* CallList::caller

Handle to hang up or activate.

Definition at line 114 of file gnunet-conversation.c.

Referenced by do_accept(), do_reject(), do_resume(), do_suspend(), and phone_event_handler().

◆ caller_id

struct GNUNET_CRYPTO_PublicKey CallList::caller_id

Public key identifying the caller.

Definition at line 119 of file gnunet-conversation.c.

Referenced by caller_event_handler(), do_accept(), do_status(), and phone_event_handler().

◆ caller_num

unsigned int CallList::caller_num

Unique number of the call.

Definition at line 124 of file gnunet-conversation.c.

Referenced by do_accept(), do_reject(), do_resume(), do_status(), and phone_event_handler().


The documentation for this struct was generated from the following file: