CernVM-FS
2.12.0
|
#include "notification_client.h"
#include <inttypes.h>
#include <string>
#include <vector>
#include "crypto/signature.h"
#include "manifest.h"
#include "manifest_fetch.h"
#include "notify/messages.h"
#include "notify/subscriber_sse.h"
#include "notify/subscriber_supervisor.h"
#include "supervisor.h"
#include "util/logging.h"
#include "util/posix.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{notification_client.cc}::ActivitySubscriber |
Namespaces | |
anonymous_namespace{notification_client.cc} | |
Macros | |
#define | __STDC_FORMAT_MACROS |
#define __STDC_FORMAT_MACROS |
This file is part of the CernVM File System.
Definition at line 7 of file notification_client.cc.