OpenAFS
OpenAFS distributed network file system
|
The format of a registration packet. More...
#include <GrowlDefinesInternal.h>
Data Fields | |
struct GrowlNetworkPacket | common |
unsigned short | appNameLen |
unsigned char | numAllNotifications |
unsigned char | numDefaultNotifications |
unsigned char | data [] |
The format of a registration packet.
A Growl client that wants to register with a Growl server sends a packet in this format. common The Growl packet header. appNameLen The name of the application that is registering. numAllNotifications The number of notifications in the list. numDefaultNotifications The number of notifications in the list that are enabled by default. data Variable-sized data.