#include <config.h>
#include "sbuild.h"
#include <cassert>
#include <iostream>
#include <memory>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <syslog.h>
#include <boost/format.hpp>
#include <uuid/uuid.h>
Include dependency graph for sbuild-session.cc:
Functions | |
bool | is_group_member (std::string const &group) |
Check group membership. | |
void | sighup_handler (int ignore) |
Handle the SIGALRM signal. | |
Variables | |
volatile bool | sighup_called = false |
|
Check group membership.
|
|
Handle the SIGALRM signal.
|
|
|