Fixed whitespaces.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2067 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -124,7 +124,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool noMoreExperiments() const { return m_noMoreExps; }
|
bool noMoreExperiments() const { return m_noMoreExps; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Campaign Controller can signalize, that the jobserver can
|
* The Campaign Controller can signalize, that the jobserver can
|
||||||
* stop listening for client connections.
|
* stop listening for client connections.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -9,6 +9,7 @@ JobClient::JobClient(const std::string& server, int port)
|
|||||||
m_server_port = port;
|
m_server_port = port;
|
||||||
m_server = server;
|
m_server = server;
|
||||||
m_server_ent = gethostbyname(m_server.c_str());
|
m_server_ent = gethostbyname(m_server.c_str());
|
||||||
|
cout << "JobServer: " << m_server.c_str() << endl;
|
||||||
if(m_server_ent == NULL) {
|
if(m_server_ent == NULL) {
|
||||||
perror("[Client@gethostbyname()]");
|
perror("[Client@gethostbyname()]");
|
||||||
// TODO: Log-level?
|
// TODO: Log-level?
|
||||||
|
|||||||
@ -39,7 +39,6 @@ void ElfReader::setup(const char* path) {
|
|||||||
if((sec_hdr.sh_type==SHT_SYMTAB)||(sec_hdr.sh_type==SHT_DYNSYM))
|
if((sec_hdr.sh_type==SHT_SYMTAB)||(sec_hdr.sh_type==SHT_DYNSYM))
|
||||||
{
|
{
|
||||||
process_symboltable(i,fp);
|
process_symboltable(i,fp);
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user