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:
hoffmann
2013-02-07 00:51:14 +00:00
parent 5f2364e1a2
commit 94214063ac
7 changed files with 71 additions and 71 deletions

View File

@ -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.
*/ */

View File

@ -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?

View File

@ -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
{ {